Uses of Interface
gnu.trove.TDoubleHashingStrategy
Packages that use TDoubleHashingStrategy
-
Uses of TDoubleHashingStrategy in gnu.trove
Classes in gnu.trove that implement TDoubleHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for double keys and byte values.class
An open addressed Map implementation for double keys and double values.class
An open addressed Map implementation for double keys and float values.class
An open addressed hashing implementation for double primitives.class
An open addressed set implementation for double primitives.class
An open addressed Map implementation for double keys and int values.class
An open addressed Map implementation for double keys and long values.class
An open addressed Map implementation for double keys and Object values.class
An open addressed Map implementation for double keys and short values.Fields in gnu.trove declared as TDoubleHashingStrategyModifier and TypeFieldDescriptionprotected TDoubleHashingStrategy
TDoubleHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TDoubleHashingStrategyModifierConstructorDescriptionTDoubleByteHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleByteHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleByteHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMap
instance with the default capacity and load factor.TDoubleDoubleHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleDoubleHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleDoubleHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMap
instance with the default capacity and load factor.TDoubleFloatHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleFloatHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleFloatHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMap
instance with the default capacity and load factor.TDoubleHash
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance with a prime value at or near the specified capacity and load factor.TDoubleHash
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleHash
(TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance with the default capacity and load factor.TDoubleHashSet
(double[] array, TDoubleHashingStrategy strategy) Creates a newTDoubleHashSet
instance containing the elements of array.TDoubleHashSet
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance with a prime value at or near the specified capacity and load factor.TDoubleHashSet
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleHashSet
(TDoubleHashingStrategy strategy) Creates a newTDoubleHash
instance with the default capacity and load factor.TDoubleIntHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleIntHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleIntHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMap
instance with the default capacity and load factor.TDoubleLongHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleLongHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleLongHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMap
instance with the default capacity and load factor.TDoubleObjectHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleObjectHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleObjectHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMap
instance with the default capacity and load factor.TDoubleShortHashMap
(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMap
instance with a prime value at or near the specified capacity and load factor.TDoubleShortHashMap
(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleShortHashMap
(TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMap
instance with the default capacity and load factor.