-
TPrimitiveHash
- Class in
com.slimjars.dist.gnu.trove.impl.hash
-
The base class for hashtables of primitive values.
-
TPrimitiveHash() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TPrimitiveHash
-
Creates a new
THash instance with the default capacity and load factor.
-
TPrimitiveHash(int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TPrimitiveHash
-
Creates a new
TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
-
TPrimitiveHash(int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TPrimitiveHash
-
Creates a new
TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold
initialCapacity elements with load factor loadFactor without triggering a rehash.