Uses of Interface
gnu.trove.TShortHashingStrategy
Packages that use TShortHashingStrategy
-
Uses of TShortHashingStrategy in gnu.trove
Classes in gnu.trove that implement TShortHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for short keys and byte values.class
An open addressed Map implementation for short keys and double values.class
An open addressed Map implementation for short keys and float values.class
An open addressed hashing implementation for short primitives.class
An open addressed set implementation for short primitives.class
An open addressed Map implementation for short keys and int values.class
An open addressed Map implementation for short keys and long values.class
An open addressed Map implementation for short keys and Object values.class
An open addressed Map implementation for short keys and short values.Fields in gnu.trove declared as TShortHashingStrategyModifier and TypeFieldDescriptionprotected TShortHashingStrategy
TShortHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TShortHashingStrategyModifierConstructorDescriptionTShortByteHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortByteHashMap
instance with a prime value at or near the specified capacity and load factor.TShortByteHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortByteHashMap
(TShortHashingStrategy strategy) Creates a newTShortByteHashMap
instance with the default capacity and load factor.TShortDoubleHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TShortDoubleHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortDoubleHashMap
(TShortHashingStrategy strategy) Creates a newTShortDoubleHashMap
instance with the default capacity and load factor.TShortFloatHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TShortFloatHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortFloatHashMap
(TShortHashingStrategy strategy) Creates a newTShortFloatHashMap
instance with the default capacity and load factor.TShortHash
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortHash
instance with a prime value at or near the specified capacity and load factor.TShortHash
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortHash
(TShortHashingStrategy strategy) Creates a newTShortHash
instance with the default capacity and load factor.TShortHashSet
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortHash
instance with a prime value at or near the specified capacity and load factor.TShortHashSet
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortHashSet
(short[] array, TShortHashingStrategy strategy) Creates a newTShortHashSet
instance containing the elements of array.TShortHashSet
(TShortHashingStrategy strategy) Creates a newTShortHash
instance with the default capacity and load factor.TShortIntHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortIntHashMap
instance with a prime value at or near the specified capacity and load factor.TShortIntHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortIntHashMap
(TShortHashingStrategy strategy) Creates a newTShortIntHashMap
instance with the default capacity and load factor.TShortLongHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortLongHashMap
instance with a prime value at or near the specified capacity and load factor.TShortLongHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortLongHashMap
(TShortHashingStrategy strategy) Creates a newTShortLongHashMap
instance with the default capacity and load factor.TShortObjectHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TShortObjectHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortObjectHashMap
(TShortHashingStrategy strategy) Creates a newTShortObjectHashMap
instance with the default capacity and load factor.TShortShortHashMap
(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortShortHashMap
instance with a prime value at or near the specified capacity and load factor.TShortShortHashMap
(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortShortHashMap
(TShortHashingStrategy strategy) Creates a newTShortShortHashMap
instance with the default capacity and load factor.