Trims the capacity of the receiver to be the receiver's current size. Releases any superfluos internal memory. An application can use this operation to minimize the storage of the receiver.
Trims the capacity of the receiver to be the receiver's current size. Releases any superfluous internal memory. An application can use this operation to minimize the storage of the receiver.
Trims the capacity of this object to be the list's current size. An application can use this operation to minimize the memory footprint of this object.
Trims the capacity of this object to be the list's current size. An application can use this operation to minimize the memory footprint of this object.
Trims the capacity of this object to be the list's current size. An application can use this operation to minimize the memory footprint of this object.
Trims the capacity of this object to be the list's current size. An application can use this operation to minimize the memory footprint of this object.
Trims the capacity of this object to be the list's current size. An application can use this operation to minimize the memory footprint of this object.
Trims the capacity of this ArrayList instance to be the list's current size. An application can use this operation to minimize the storage of an ArrayList instance.
Trims the capacity of this vector to be the vector's current size. If the capacity of this vector is larger than its current size, then the capacity is changed to equal the size by replacing its internal data array, kept in the field {@code elementData}, with a smaller one. An application can use this operation to minimize the storage of a vector.
Trims the capacity of the receiver to be the receiver's current size. Releases any superfluous internal memory. An application can use this operation to minimize the storage of the receiver.
Trims the capacity of the receiver to be the receiver's current size. Releases any superfluous internal memory. An application can use this operation to minimize the storage of the receiver.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.