Uses of Interface
gnu.trove.TDoubleHashingStrategy
Packages that use TDoubleHashingStrategy
-
Uses of TDoubleHashingStrategy in gnu.trove
Classes in gnu.trove that implement TDoubleHashingStrategyModifier and TypeClassDescriptionclassAn open addressed Map implementation for double keys and byte values.classAn open addressed Map implementation for double keys and double values.classAn open addressed Map implementation for double keys and float values.classAn open addressed hashing implementation for double primitives.classAn open addressed set implementation for double primitives.classAn open addressed Map implementation for double keys and int values.classAn open addressed Map implementation for double keys and long values.classAn open addressed Map implementation for double keys and Object values.classAn open addressed Map implementation for double keys and short values.Fields in gnu.trove declared as TDoubleHashingStrategyModifier and TypeFieldDescriptionprotected TDoubleHashingStrategyTDoubleHash._hashingStrategystrategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TDoubleHashingStrategyModifierConstructorDescriptionTDoubleByteHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleByteHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleByteHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleByteHashMapinstance with the default capacity and load factor.TDoubleDoubleHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleDoubleHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleDoubleHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleDoubleHashMapinstance with the default capacity and load factor.TDoubleFloatHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleFloatHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleFloatHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleFloatHashMapinstance with the default capacity and load factor.TDoubleHash(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance with a prime value at or near the specified capacity and load factor.TDoubleHash(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleHash(TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance with the default capacity and load factor.TDoubleHashSet(double[] array, TDoubleHashingStrategy strategy) Creates a newTDoubleHashSetinstance containing the elements of array.TDoubleHashSet(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance with a prime value at or near the specified capacity and load factor.TDoubleHashSet(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleHashSet(TDoubleHashingStrategy strategy) Creates a newTDoubleHashinstance with the default capacity and load factor.TDoubleIntHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleIntHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleIntHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleIntHashMapinstance with the default capacity and load factor.TDoubleLongHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleLongHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleLongHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleLongHashMapinstance with the default capacity and load factor.TDoubleObjectHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleObjectHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleObjectHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleObjectHashMapinstance with the default capacity and load factor.TDoubleShortHashMap(int initialCapacity, float loadFactor, TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMapinstance with a prime value at or near the specified capacity and load factor.TDoubleShortHashMap(int initialCapacity, TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TDoubleShortHashMap(TDoubleHashingStrategy strategy) Creates a newTDoubleShortHashMapinstance with the default capacity and load factor.