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