|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuilderFactory | |
|---|---|
| com.github.andrewoma.dexx.collection | Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. |
| com.github.andrewoma.dexx.collection.internal.hashmap | |
| Uses of BuilderFactory in com.github.andrewoma.dexx.collection |
|---|
| Methods in com.github.andrewoma.dexx.collection that return BuilderFactory | ||
|---|---|---|
static
|
ArrayList.factory()
|
|
static
|
ConsList.factory()
|
|
static
|
HashSet.factory()
|
|
static
|
IndexedLists.factory()
|
|
static
|
LinkedLists.factory()
|
|
static
|
Sets.factory()
|
|
static
|
SortedSets.factory()
|
|
static
|
Vector.factory()
|
|
static
|
SortedMaps.factory()
|
|
static
|
HashMap.factory()
|
|
static
|
Maps.factory()
|
|
static
|
SortedSets.factory(Comparator<? super E> comparator)
|
|
static
|
TreeSet.factory(Comparator<? super E> ordering)
|
|
static
|
SortedMaps.factory(Comparator<? super K> comparator)
|
|
static
|
TreeMap.factory(Comparator<? super K> ordering,
KeyFunction<K,V> keyFunction)
|
|
static
|
DerivedKeyHashMap.factory(KeyFunction<K,V> keyFunction)
|
|
| Uses of BuilderFactory in com.github.andrewoma.dexx.collection.internal.hashmap |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return BuilderFactory | ||
|---|---|---|
static
|
ListMap.factory()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||