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