Method trimToSize()
Return type: void
Member of:
java.util.ArrayList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
l.trimToSize();
2
phasedavrs.trimToSize();
3
fRootElements.trimToSize();
4
result.trimToSize();
5
result.trimToSize();
6
arraylist1.trimToSize();
7
parents.trimToSize();
8
temp.trimToSize();
9
temp.trimToSize();
10
columns.trimToSize();
11
((ArrayList) loaders).trimToSize();
12
baseArray.trimToSize();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.