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