Collections

Undocumented in source.

Members

Classes

LocalEnumeration
class LocalEnumeration
Undocumented in source.
SynchronizedList
class SynchronizedList
Undocumented in source.
SynchronizedMap
class SynchronizedMap
Undocumented in source.
UnmodifiableIterator
class UnmodifiableIterator
Undocumented in source.
UnmodifiableListIterator
class UnmodifiableListIterator
Undocumented in source.
UnmodifieableList
class UnmodifieableList
Undocumented in source.

Static functions

EMPTY_LIST
List EMPTY_LIST()
Undocumented in source. Be warned that the author may not have intended to support it.
EMPTY_MAP
Map EMPTY_MAP()
Undocumented in source. Be warned that the author may not have intended to support it.
EMPTY_SET
Set EMPTY_SET()
Undocumented in source. Be warned that the author may not have intended to support it.
binarySearch
int binarySearch(List list, Object key)
Undocumented in source. Be warned that the author may not have intended to support it.
binarySearch
int binarySearch(List list, Object key, Comparator c)
Undocumented in source. Be warned that the author may not have intended to support it.
enumeration
Enumeration enumeration(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
reverse
void reverse(List list)
Undocumented in source. Be warned that the author may not have intended to support it.
singleton
Set singleton(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
singletonList
List singletonList(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
void sort(List list)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
void sort(List list, Comparator c)
Undocumented in source. Be warned that the author may not have intended to support it.
synchronizedCollection
Collection synchronizedCollection(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
synchronizedList
List synchronizedList(List list)
Undocumented in source. Be warned that the author may not have intended to support it.
synchronizedMap
Map synchronizedMap(Map m)
Undocumented in source. Be warned that the author may not have intended to support it.
synchronizedSet
Set synchronizedSet(Set s)
Undocumented in source. Be warned that the author may not have intended to support it.
unmodifiableList
List unmodifiableList(List list)
Undocumented in source. Be warned that the author may not have intended to support it.
unmodifiableMap
Map unmodifiableMap(Map list)
Undocumented in source. Be warned that the author may not have intended to support it.
unmodifiableSet
Set unmodifiableSet(Set list)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta