static <E> @NotNull BuilderFactory<E,ArrayList<E>> |
ArrayList.factory() |
|
static <E> @NotNull BuilderFactory<E,IndexedList<E>> |
ArrayLists.factory() |
|
static <E> @NotNull BuilderFactory<E,ConsList<E>> |
ConsList.factory() |
|
static <K,V> @NotNull BuilderFactory<Pair<K,V>,DerivedKeyHashMap<K,V>> |
DerivedKeyHashMap.factory(KeyFunction<K,V> keyFunction) |
|
static <K,V> @NotNull BuilderFactory<Pair<K,V>,HashMap<K,V>> |
HashMap.factory() |
|
static <E> @NotNull BuilderFactory<E,HashSet<E>> |
HashSet.factory() |
|
static <E> @NotNull BuilderFactory<E,IndexedList<E>> |
IndexedLists.factory() |
|
static <E> @NotNull BuilderFactory<E,LinkedList<E>> |
LinkedLists.factory() |
|
static <K,V> @NotNull BuilderFactory<Pair<K,V>,Map<K,V>> |
Maps.factory() |
|
static <E> @NotNull BuilderFactory<E,Set<E>> |
Sets.factory() |
|
static <K extends java.lang.Comparable<? super K>,V> @NotNull BuilderFactory<Pair<K,V>,SortedMap<K,V>> |
SortedMaps.factory() |
|
static <K,V> @NotNull BuilderFactory<Pair<K,V>,SortedMap<K,V>> |
SortedMaps.factory(java.util.Comparator<? super K> comparator) |
|
static <E> @NotNull BuilderFactory<E,SortedSet<E>> |
SortedSets.factory() |
|
static <E> @NotNull BuilderFactory<E,SortedSet<E>> |
SortedSets.factory(java.util.Comparator<? super E> comparator) |
|
static <K,V> @NotNull BuilderFactory<Pair<K,V>,TreeMap<K,V>> |
TreeMap.factory(java.util.Comparator<? super K> ordering,
KeyFunction<K,V> keyFunction) |
|
static <E> @NotNull BuilderFactory<E,TreeSet<E>> |
TreeSet.factory(java.util.Comparator<? super E> ordering) |
|
static <E> @NotNull BuilderFactory<E,Vector<E>> |
Vector.factory() |
|