Uses of Interface
gnu.trove.TShortHashingStrategy
Packages that use TShortHashingStrategy
-
Uses of TShortHashingStrategy in gnu.trove
Classes in gnu.trove that implement TShortHashingStrategyModifier and TypeClassDescriptionclassAn open addressed Map implementation for short keys and byte values.classAn open addressed Map implementation for short keys and double values.classAn open addressed Map implementation for short keys and float values.classAn open addressed hashing implementation for short primitives.classAn open addressed set implementation for short primitives.classAn open addressed Map implementation for short keys and int values.classAn open addressed Map implementation for short keys and long values.classAn open addressed Map implementation for short keys and Object values.classAn open addressed Map implementation for short keys and short values.Fields in gnu.trove declared as TShortHashingStrategyModifier and TypeFieldDescriptionprotected TShortHashingStrategyTShortHash._hashingStrategystrategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TShortHashingStrategyModifierConstructorDescriptionTShortByteHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortByteHashMapinstance with a prime value at or near the specified capacity and load factor.TShortByteHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortByteHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortByteHashMap(TShortHashingStrategy strategy) Creates a newTShortByteHashMapinstance with the default capacity and load factor.TShortDoubleHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortDoubleHashMapinstance with a prime value at or near the specified capacity and load factor.TShortDoubleHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortDoubleHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortDoubleHashMap(TShortHashingStrategy strategy) Creates a newTShortDoubleHashMapinstance with the default capacity and load factor.TShortFloatHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortFloatHashMapinstance with a prime value at or near the specified capacity and load factor.TShortFloatHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortFloatHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortFloatHashMap(TShortHashingStrategy strategy) Creates a newTShortFloatHashMapinstance with the default capacity and load factor.TShortHash(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortHashinstance with a prime value at or near the specified capacity and load factor.TShortHash(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortHash(TShortHashingStrategy strategy) Creates a newTShortHashinstance with the default capacity and load factor.TShortHashSet(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortHashinstance with a prime value at or near the specified capacity and load factor.TShortHashSet(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortHashSet(short[] array, TShortHashingStrategy strategy) Creates a newTShortHashSetinstance containing the elements of array.TShortHashSet(TShortHashingStrategy strategy) Creates a newTShortHashinstance with the default capacity and load factor.TShortIntHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortIntHashMapinstance with a prime value at or near the specified capacity and load factor.TShortIntHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortIntHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortIntHashMap(TShortHashingStrategy strategy) Creates a newTShortIntHashMapinstance with the default capacity and load factor.TShortLongHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortLongHashMapinstance with a prime value at or near the specified capacity and load factor.TShortLongHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortLongHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortLongHashMap(TShortHashingStrategy strategy) Creates a newTShortLongHashMapinstance with the default capacity and load factor.TShortObjectHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TShortObjectHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortObjectHashMap(TShortHashingStrategy strategy) Creates a newTShortObjectHashMapinstance with the default capacity and load factor.TShortShortHashMap(int initialCapacity, float loadFactor, TShortHashingStrategy strategy) Creates a newTShortShortHashMapinstance with a prime value at or near the specified capacity and load factor.TShortShortHashMap(int initialCapacity, TShortHashingStrategy strategy) Creates a newTShortShortHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TShortShortHashMap(TShortHashingStrategy strategy) Creates a newTShortShortHashMapinstance with the default capacity and load factor.