-
TCustomObjectHash
<
T> - Class in
com.slimjars.dist.gnu.trove.impl.hash
-
An open addressed hashing implementation for Object types.
-
TCustomObjectHash() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TCustomObjectHash
-
FOR EXTERNALIZATION ONLY!!!
-
TCustomObjectHash(HashingStrategy<? super T>) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TCustomObjectHash
-
Creates a new
TManualObjectHash instance with the default capacity and load factor.
-
TCustomObjectHash(HashingStrategy<? super T>, int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TCustomObjectHash
-
Creates a new
TManualObjectHash instance whose capacity is the next highest prime above
initialCapacity + 1 unless that value is already prime.
-
TCustomObjectHash(HashingStrategy<? super T>, int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TCustomObjectHash
-
Creates a new
TManualObjectHash instance with a prime value at or near the specified capacity and load factor.