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