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