Uses of Interface
gnu.trove.TFloatHashingStrategy
Packages that use TFloatHashingStrategy
-
Uses of TFloatHashingStrategy in gnu.trove
Classes in gnu.trove that implement TFloatHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for float keys and byte values.class
An open addressed Map implementation for float keys and double values.class
An open addressed Map implementation for float keys and float values.class
An open addressed hashing implementation for float primitives.class
An open addressed set implementation for float primitives.class
An open addressed Map implementation for float keys and int values.class
An open addressed Map implementation for float keys and long values.class
An open addressed Map implementation for float keys and Object values.class
An open addressed Map implementation for float keys and short values.Fields in gnu.trove declared as TFloatHashingStrategyModifier and TypeFieldDescriptionprotected TFloatHashingStrategy
TFloatHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TFloatHashingStrategyModifierConstructorDescriptionTFloatByteHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatByteHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatByteHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatByteHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatByteHashMap
instance with the default capacity and load factor.TFloatDoubleHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatDoubleHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatDoubleHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMap
instance with the default capacity and load factor.TFloatFloatHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatFloatHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatFloatHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMap
instance with the default capacity and load factor.TFloatHash
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatHash
instance with a prime value at or near the specified capacity and load factor.TFloatHash
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatHash
(TFloatHashingStrategy strategy) Creates a newTFloatHash
instance with the default capacity and load factor.TFloatHashSet
(float[] array, TFloatHashingStrategy strategy) Creates a newTFloatHashSet
instance containing the elements of array.TFloatHashSet
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatHash
instance with a prime value at or near the specified capacity and load factor.TFloatHashSet
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatHashSet
(TFloatHashingStrategy strategy) Creates a newTFloatHash
instance with the default capacity and load factor.TFloatIntHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatIntHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatIntHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatIntHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatIntHashMap
instance with the default capacity and load factor.TFloatLongHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatLongHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatLongHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatLongHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatLongHashMap
instance with the default capacity and load factor.TFloatObjectHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatObjectHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatObjectHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMap
instance with the default capacity and load factor.TFloatShortHashMap
(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatShortHashMap
instance with a prime value at or near the specified capacity and load factor.TFloatShortHashMap
(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatShortHashMap
(TFloatHashingStrategy strategy) Creates a newTFloatShortHashMap
instance with the default capacity and load factor.