-
throwObjectContractViolation(Object, Object) - Method in class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TObjectHash
-
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
-
throwObjectContractViolation(Object, Object, int, int, Object[]) - Method in class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TObjectHash
-
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
-
TObjectHash
<
T> - Class in
com.slimjars.dist.gnu.trove.impl.hash
-
An open addressed hashing implementation for Object types.
-
TObjectHash() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TObjectHash
-
Creates a new
TObjectHash instance with the default capacity and load factor.
-
TObjectHash(int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TObjectHash
-
Creates a new
TObjectHash instance whose capacity is the next highest prime above
initialCapacity + 1 unless that value is already prime.
-
TObjectHash(int, float) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.impl
.hash
.
TObjectHash
-
Creates a new
TObjectHash instance with a prime value at or near the specified capacity and load factor.