Uses of Interface
gnu.trove.TByteHashingStrategy
Packages that use TByteHashingStrategy
-
Uses of TByteHashingStrategy in gnu.trove
Classes in gnu.trove that implement TByteHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for byte keys and byte values.class
An open addressed Map implementation for byte keys and double values.class
An open addressed Map implementation for byte keys and float values.class
An open addressed hashing implementation for byte primitives.class
An open addressed set implementation for byte primitives.class
An open addressed Map implementation for byte keys and int values.class
An open addressed Map implementation for byte keys and long values.class
An open addressed Map implementation for byte keys and Object values.class
An open addressed Map implementation for byte keys and short values.Fields in gnu.trove declared as TByteHashingStrategyModifier and TypeFieldDescriptionprotected TByteHashingStrategy
TByteHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TByteHashingStrategyModifierConstructorDescriptionTByteByteHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteByteHashMap
instance with a prime value at or near the specified capacity and load factor.TByteByteHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteByteHashMap
(TByteHashingStrategy strategy) Creates a newTByteByteHashMap
instance with the default capacity and load factor.TByteDoubleHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TByteDoubleHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteDoubleHashMap
(TByteHashingStrategy strategy) Creates a newTByteDoubleHashMap
instance with the default capacity and load factor.TByteFloatHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TByteFloatHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteFloatHashMap
(TByteHashingStrategy strategy) Creates a newTByteFloatHashMap
instance with the default capacity and load factor.TByteHash
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteHash
instance with a prime value at or near the specified capacity and load factor.TByteHash
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteHash
(TByteHashingStrategy strategy) Creates a newTByteHash
instance with the default capacity and load factor.TByteHashSet
(byte[] array, TByteHashingStrategy strategy) Creates a newTByteHashSet
instance containing the elements of array.TByteHashSet
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteHash
instance with a prime value at or near the specified capacity and load factor.TByteHashSet
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteHashSet
(TByteHashingStrategy strategy) Creates a newTByteHash
instance with the default capacity and load factor.TByteIntHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteIntHashMap
instance with a prime value at or near the specified capacity and load factor.TByteIntHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteIntHashMap
(TByteHashingStrategy strategy) Creates a newTByteIntHashMap
instance with the default capacity and load factor.TByteLongHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteLongHashMap
instance with a prime value at or near the specified capacity and load factor.TByteLongHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteLongHashMap
(TByteHashingStrategy strategy) Creates a newTByteLongHashMap
instance with the default capacity and load factor.TByteObjectHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TByteObjectHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteObjectHashMap
(TByteHashingStrategy strategy) Creates a newTByteObjectHashMap
instance with the default capacity and load factor.TByteShortHashMap
(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteShortHashMap
instance with a prime value at or near the specified capacity and load factor.TByteShortHashMap
(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteShortHashMap
(TByteHashingStrategy strategy) Creates a newTByteShortHashMap
instance with the default capacity and load factor.