ConstHashTable<K,V> |
ConstHashTable.copy() |
|
ConstHashTable<?,?> |
BinaryHandlerConstHashTable.create(Binary data,
PersistenceLoadHandler handler) |
|
ConstHashTable<K,V> |
ConstHashTable.immure() |
|
ConstHashTable<K,V> |
HashTable.immure() |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.New() |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.New(XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.New(KeyValue<? extends K,? extends V>... entries) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewCustom(float hashDensity) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewCustom(int initialHashLength) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewCustom(int initialHashLength,
float hashDensity) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewCustom(int initialHashLength,
float hashDensity,
XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewCustom(int initialHashLength,
float hashDensity,
KeyValue<? extends K,? extends V>... entries) |
|
ConstHashTable<K,V> |
ConstHashTable.Creator.newInstance() |
|
static <KI,
VI,
KO,
VO> ConstHashTable<KO,VO> |
ConstHashTable.NewProjected(float hashDensity,
XGettingCollection<? extends KeyValue<KI,VI>> entries,
Function<? super KI,KO> keyProjector,
Function<? super VI,VO> valueProjector) |
|
static <KO,
VO,
KI extends KO,
VI extends VO> ConstHashTable<KO,VO> |
ConstHashTable.NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries) |
|
static <KI,
VI,
KO,
VO> ConstHashTable<KO,VO> |
ConstHashTable.NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries,
Function<? super KI,KO> keyProjector,
Function<? super VI,VO> valueProjector) |
|
static <K,
V> ConstHashTable<K,V> |
ConstHashTable.NewSingle(K key,
V value) |
|
ConstHashTable<K,V> |
ConstHashTable.Keys.parent() |
|
ConstHashTable<K,V> |
ConstHashTable.OldVarMap.parent() |
|
ConstHashTable<K,V> |
ConstHashTable.Values.parent() |
|
ConstHashTable<K,V> |
ConstHashTable.toReversed() |
|