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