static <K,V> IndirectMap<K,V> |
IndirectCollectionsFactory.createIndirectMap() |
Construct a new, empty IndirectMap with the default initial
capacity (11) and the default load factor (0.75).
|
static <K,V> IndirectMap<K,V> |
IndirectCollectionsFactory.createIndirectMap(int initialCapacity) |
Construct a new, empty IndirectMap with the specified initial
capacity and the default load factor (0.75).
|
static <K,V> IndirectMap<K,V> |
IndirectCollectionsFactory.createIndirectMap(Map<? extends K,? extends V> map) |
Construct a new IndirectMap with the same mappings as the given Map.
|
<K,V> IndirectMap<K,V> |
IndirectCollectionsFactory.IndirectCollectionsProvider.createIndirectMap(int initialCapacity,
float loadFactor) |
Construct a new, empty IndirectMap with the specified initial
capacity and the specified load factor.
|
<K,V> IndirectMap<K,V> |
IndirectCollectionsFactory.IndirectCollectionsProvider.createIndirectMap(Map<? extends K,? extends V> map) |
Construct a new IndirectMap with the same mappings as the given Map.
|