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