| Class | Description |
|---|---|
| ArrayListFactory<E> |
Creates an empty ArrayList.
|
| CollectionAdder<T> |
An endodelegate adding element to a collection.
|
| CollectionAllAdder<C extends Collection<E>,E> |
An endodelegate adding all elements from a collection to a collection.
|
| EntryToPair<K,V> |
Transforms a Map.Entry to a Pair.
|
| HashMapFactory<K,V> |
Creates an empty HashMap.
|
| HashSetFactory<E> |
Creates an empty HashSet.
|
| IsContainedIn<T> |
A predicate accepting elements contained in the collection.
|
| LinkedHashMapFactory<K,V> |
Creates an empty LinkedHashMap.
|
| LinkedHashSetFactory<E> |
Creates an empty LinkedHashSet.
|
| LinkedListFactory<E> |
Creates an empty LinkedList.
|
| MapToPairs<K,V> |
Transforms a Map to an Iterator of pairs.
|
| TreeMapFactory<K,V> |
Creates an empty TreeMap.
|
| TreeSetFactory<E> |
Creates an empty TreeSet.
|
Copyright © 2013. All Rights Reserved.