Uses of Interface
gnu.trove.TLongHashingStrategy
Packages that use TLongHashingStrategy
-
Uses of TLongHashingStrategy in gnu.trove
Classes in gnu.trove that implement TLongHashingStrategyModifier and TypeClassDescriptionclassAn open addressed Map implementation for long keys and byte values.classAn open addressed Map implementation for long keys and double values.classAn open addressed Map implementation for long keys and float values.classAn open addressed hashing implementation for long primitives.classAn open addressed set implementation for long primitives.classAn open addressed Map implementation for long keys and int values.classAn open addressed Map implementation for long keys and long values.classAn open addressed Map implementation for long keys and Object values.classAn open addressed Map implementation for long keys and short values.Fields in gnu.trove declared as TLongHashingStrategyModifier and TypeFieldDescriptionprotected TLongHashingStrategyTLongHash._hashingStrategystrategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TLongHashingStrategyModifierConstructorDescriptionTLongByteHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongByteHashMapinstance with a prime value at or near the specified capacity and load factor.TLongByteHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongByteHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongByteHashMap(TLongHashingStrategy strategy) Creates a newTLongByteHashMapinstance with the default capacity and load factor.TLongDoubleHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongDoubleHashMapinstance with a prime value at or near the specified capacity and load factor.TLongDoubleHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongDoubleHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongDoubleHashMap(TLongHashingStrategy strategy) Creates a newTLongDoubleHashMapinstance with the default capacity and load factor.TLongFloatHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongFloatHashMapinstance with a prime value at or near the specified capacity and load factor.TLongFloatHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongFloatHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongFloatHashMap(TLongHashingStrategy strategy) Creates a newTLongFloatHashMapinstance with the default capacity and load factor.TLongHash(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongHashinstance with a prime value at or near the specified capacity and load factor.TLongHash(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongHash(TLongHashingStrategy strategy) Creates a newTLongHashinstance with the default capacity and load factor.TLongHashSet(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongHashinstance with a prime value at or near the specified capacity and load factor.TLongHashSet(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongHashSet(long[] array, TLongHashingStrategy strategy) Creates a newTLongHashSetinstance containing the elements of array.TLongHashSet(TLongHashingStrategy strategy) Creates a newTLongHashinstance with the default capacity and load factor.TLongIntHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongIntHashMapinstance with a prime value at or near the specified capacity and load factor.TLongIntHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongIntHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongIntHashMap(TLongHashingStrategy strategy) Creates a newTLongIntHashMapinstance with the default capacity and load factor.TLongLongHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongLongHashMapinstance with a prime value at or near the specified capacity and load factor.TLongLongHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongLongHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongLongHashMap(TLongHashingStrategy strategy) Creates a newTLongLongHashMapinstance with the default capacity and load factor.TLongObjectHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TLongObjectHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongObjectHashMap(TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance with the default capacity and load factor.TLongShortHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongShortHashMapinstance with a prime value at or near the specified capacity and load factor.TLongShortHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongShortHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongShortHashMap(TLongHashingStrategy strategy) Creates a newTLongShortHashMapinstance with the default capacity and load factor.