Uses of Interface
gnu.trove.TIntHashingStrategy
Packages that use TIntHashingStrategy
-
Uses of TIntHashingStrategy in gnu.trove
Classes in gnu.trove that implement TIntHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for int keys and byte values.class
An open addressed Map implementation for int keys and double values.class
An open addressed Map implementation for int keys and float values.class
An open addressed hashing implementation for int primitives.class
An open addressed set implementation for int primitives.class
An open addressed Map implementation for int keys and int values.class
An open addressed Map implementation for int keys and long values.class
An open addressed Map implementation for int keys and Object values.class
An open addressed Map implementation for int keys and short values.Fields in gnu.trove declared as TIntHashingStrategyModifier and TypeFieldDescriptionprotected TIntHashingStrategy
TIntHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TIntHashingStrategyModifierConstructorDescriptionTIntByteHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntByteHashMap
instance with a prime value at or near the specified capacity and load factor.TIntByteHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntByteHashMap
(TIntHashingStrategy strategy) Creates a newTIntByteHashMap
instance with the default capacity and load factor.TIntDoubleHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TIntDoubleHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntDoubleHashMap
(TIntHashingStrategy strategy) Creates a newTIntDoubleHashMap
instance with the default capacity and load factor.TIntFloatHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TIntFloatHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntFloatHashMap
(TIntHashingStrategy strategy) Creates a newTIntFloatHashMap
instance with the default capacity and load factor.TIntHash
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntHash
instance with a prime value at or near the specified capacity and load factor.TIntHash
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntHash
(TIntHashingStrategy strategy) Creates a newTIntHash
instance with the default capacity and load factor.TIntHashSet
(int[] array, TIntHashingStrategy strategy) Creates a newTIntHashSet
instance containing the elements of array.TIntHashSet
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntHash
instance with a prime value at or near the specified capacity and load factor.TIntHashSet
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntHashSet
(TIntHashingStrategy strategy) Creates a newTIntHash
instance with the default capacity and load factor.TIntIntHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntIntHashMap
instance with a prime value at or near the specified capacity and load factor.TIntIntHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntIntHashMap
(TIntHashingStrategy strategy) Creates a newTIntIntHashMap
instance with the default capacity and load factor.TIntLongHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntLongHashMap
instance with a prime value at or near the specified capacity and load factor.TIntLongHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntLongHashMap
(TIntHashingStrategy strategy) Creates a newTIntLongHashMap
instance with the default capacity and load factor.TIntObjectHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TIntObjectHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntObjectHashMap
(TIntHashingStrategy strategy) Creates a newTIntObjectHashMap
instance with the default capacity and load factor.TIntShortHashMap
(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntShortHashMap
instance with a prime value at or near the specified capacity and load factor.TIntShortHashMap
(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntShortHashMap
(TIntHashingStrategy strategy) Creates a newTIntShortHashMap
instance with the default capacity and load factor.