-
TLongHash
- Class in
com.slimjars.dist.gnu.trove.impl.hash
-
An open addressed hashing implementation for long primitives.
-
TLongHash() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TLongHash
-
Creates a new
TLongHash instance with the default capacity and load factor.
-
TLongHash(int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TLongHash
-
Creates a new
TLongHash instance whose capacity is the next highest prime above
initialCapacity + 1 unless that value is already prime.
-
TLongHash(int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TLongHash
-
Creates a new
TLongHash instance with a prime value at or near the specified capacity and load factor.
-
TLongHash(int, float, long) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TLongHash
-
Creates a new
TLongHash instance with a prime value at or near the specified capacity and load factor.