Uses of Interface
gnu.trove.TLongHashingStrategy
Packages that use TLongHashingStrategy
-
Uses of TLongHashingStrategy in gnu.trove
Classes in gnu.trove that implement TLongHashingStrategyModifier and TypeClassDescriptionclass
An open addressed Map implementation for long keys and byte values.class
An open addressed Map implementation for long keys and double values.class
An open addressed Map implementation for long keys and float values.class
An open addressed hashing implementation for long primitives.class
An open addressed set implementation for long primitives.class
An open addressed Map implementation for long keys and int values.class
An open addressed Map implementation for long keys and long values.class
An open addressed Map implementation for long keys and Object values.class
An open addressed Map implementation for long keys and short values.Fields in gnu.trove declared as TLongHashingStrategyModifier and TypeFieldDescriptionprotected TLongHashingStrategy
TLongHash._hashingStrategy
strategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TLongHashingStrategyModifierConstructorDescriptionTLongByteHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongByteHashMap
instance with a prime value at or near the specified capacity and load factor.TLongByteHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongByteHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongByteHashMap
(TLongHashingStrategy strategy) Creates a newTLongByteHashMap
instance with the default capacity and load factor.TLongDoubleHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongDoubleHashMap
instance with a prime value at or near the specified capacity and load factor.TLongDoubleHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongDoubleHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongDoubleHashMap
(TLongHashingStrategy strategy) Creates a newTLongDoubleHashMap
instance with the default capacity and load factor.TLongFloatHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongFloatHashMap
instance with a prime value at or near the specified capacity and load factor.TLongFloatHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongFloatHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongFloatHashMap
(TLongHashingStrategy strategy) Creates a newTLongFloatHashMap
instance with the default capacity and load factor.TLongHash
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongHash
instance with a prime value at or near the specified capacity and load factor.TLongHash
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongHash
(TLongHashingStrategy strategy) Creates a newTLongHash
instance with the default capacity and load factor.TLongHashSet
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongHash
instance with a prime value at or near the specified capacity and load factor.TLongHashSet
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongHash
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongHashSet
(long[] array, TLongHashingStrategy strategy) Creates a newTLongHashSet
instance containing the elements of array.TLongHashSet
(TLongHashingStrategy strategy) Creates a newTLongHash
instance with the default capacity and load factor.TLongIntHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongIntHashMap
instance with a prime value at or near the specified capacity and load factor.TLongIntHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongIntHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongIntHashMap
(TLongHashingStrategy strategy) Creates a newTLongIntHashMap
instance with the default capacity and load factor.TLongLongHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongLongHashMap
instance with a prime value at or near the specified capacity and load factor.TLongLongHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongLongHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongLongHashMap
(TLongHashingStrategy strategy) Creates a newTLongLongHashMap
instance with the default capacity and load factor.TLongObjectHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongObjectHashMap
instance with a prime value at or near the specified capacity and load factor.TLongObjectHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongObjectHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongObjectHashMap
(TLongHashingStrategy strategy) Creates a newTLongObjectHashMap
instance with the default capacity and load factor.TLongShortHashMap
(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongShortHashMap
instance with a prime value at or near the specified capacity and load factor.TLongShortHashMap
(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongShortHashMap
instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongShortHashMap
(TLongHashingStrategy strategy) Creates a newTLongShortHashMap
instance with the default capacity and load factor.