II/ The Collections Framework
1/ Special Collections Support.
2/ Array Algorithm Support.
3/ Custom Implements.
4/ Compatibility Issues.
5/ Advanced Usages.
III/ Alternative Collection Libraries
6/ JGL Libraries.
7/ util.concurrent.
8/ Colt.
1/ Special Collections Support.
EMPTY_LIST: Represents an empty immutable list.
EMPTY_MAP: Represents an empty immutable map.
EMPTY_SET: Represents an empty immutable set.
binarySearch(): Searches for element in list with binary search.
copy(): Copies elements between two lists.
enumeration(): Converts a collection to an enumeration.
fill(): Fills a list with a ...
6
AUG
2013
AUG
2013
0
Share