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