-
TObjectShortCustomHashMap
<
K> - Class in
com.slimjars.dist.gnu.trove.map.custom_hash
-
An open addressed Map implementation for Object keys and short values.
-
TObjectShortCustomHashMap() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
FOR EXTERNALIZATION ONLY!!!
-
TObjectShortCustomHashMap(HashingStrategy<? super K>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Creates a new
TObjectShortHashMap instance with the default capacity and load factor.
-
TObjectShortCustomHashMap(HashingStrategy<? super K>, int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Creates a new
TObjectShortHashMap instance with a prime capacity equal to or greater than
initialCapacity and with the default load factor.
-
TObjectShortCustomHashMap(HashingStrategy<? super K>, int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Creates a new
TObjectShortHashMap instance with a prime capacity equal to or greater than
initialCapacity and with the specified load factor.
-
TObjectShortCustomHashMap(HashingStrategy<? super K>, int, float, short) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Creates a new
TObjectShortHashMap instance with a prime value at or near the specified capacity and load factor.
-
TObjectShortCustomHashMap(HashingStrategy<? super K>, TObjectShortMap<? extends K>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Creates a new
TObjectShortCustomHashMap that contains the entries in the map passed to it.
-
TObjectShortCustomHashMap.KeyView
- Class in
com.slimjars.dist.gnu.trove.map.custom_hash
-
a view onto the keys of the map.
-
toString() - Method in class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
-
transformValues(TShortFunction) - Method in class com
.slimjars
.dist
.gnu
.trove
.map
.custom_hash
.
TObjectShortCustomHashMap
-
Transform the values in this map using
function.