Added Methods |
boolean addAll(Collection, Object[])
|
Adds all of the elements in the specified array to the specified
collection. |
Collection checkedCollection(Collection, Class)
|
Returns a dynamically typesafe view of the specified collection. |
List checkedList(List, Class)
|
Returns a dynamically typesafe view of the specified list. |
Map checkedMap(Map, Class, Class)
|
Returns a dynamically typesafe view of the specified map. |
Set checkedSet(Set, Class)
|
Returns a dynamically typesafe view of the specified set. |
SortedMap checkedSortedMap(SortedMap, Class, Class)
|
Returns a dynamically typesafe view of the specified sorted map. |
SortedSet checkedSortedSet(SortedSet, Class)
|
Returns a dynamically typesafe view of the specified sorted set. |
boolean disjoint(Collection, Collection)
|
Returns true if the two specified collections have no
elements in common. |
List emptyList()
|
|
Map emptyMap()
|
|
Set emptySet()
|
|
int frequency(Collection, Object)
|
Returns the number of elements in the specified collection equal to the
specified object. |
Comparator reverseOrder(Comparator )
|
Returns a comparator that imposes the reverse ordering of the specified
comparator. |