|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ArrayList is an IndexedList implementation backed by an array.java.util.List.
Map.
java.util.Set.
java.util.SortedMap.
java.util.SortedSet.
Builders provide efficient implementations for incrementally building persistent collections.BuilderFactory defines a factory interface for creating Builder instances.null if the default ordering is used.
null if the default ordering is used.
ConsList is a functional LinkedList implementation
that constructs a list by prepending an element to another list.DerivedKeyHashMap is a HashMap variant where the key for the Map is derived from the value stored.number of elements.
number of elements.
number of elements.
null if the list is empty.
null if the map is empty.
null of the set is empty.
forEach definition.
null if the no value exists with the key specified.
HashMap is an implementation of Map based on a hash trie.HashSet is an implementation of Set backed by a HashMap.IdentityKeyFunction is a KeyFunction where the value can be used as a key.IndexedList implementations guarantee fast random access to elements via List.get(int).IndexedLists is the preferred method of constructing instances of IndexedList.Iterable defines collections that can be accessed via an Iterator.KeyFunction defines the interface for extracting a key from a value.null if the list is empty.
null if the map is empty.
null of the set is empty.
LinkedList implementations guarantee fast access to the head via List.first()
and tail via LinkedList.tail().LinkedLists is the preferred method of constructing instances of LinkedList.List defines an sequence of elements where the order is preserved.separator.
Map defines the interface for maps that associate keys with values.Maps is the preferred method of constructing instances of Map.Pair is a generic container for two components of specified types.from and to keys specified.
from and to keys specified.
Object.equals(Object).Sets is the preferred method of constructing instances of Set.SortedMaps is the preferred method of constructing instances of SortedMap.SortedSet defines the interface for sets that are sorted.SortedSets is the preferred method of constructing instances of SortedSet.number of elements from this list.
number of elements from this list.
number of elements from this set.
Traversable is the root of the collection hierarchy.TreeMap is an implementation of SortedMap based on a
red-black tree.TreeSet is an implementation of SortedSet backed by a TreeMap.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||