Uses of Interface
gnu.trove.TFloatHashingStrategy
Packages that use TFloatHashingStrategy
-
Uses of TFloatHashingStrategy in gnu.trove
Classes in gnu.trove that implement TFloatHashingStrategyModifier and TypeClassDescriptionclassAn open addressed Map implementation for float keys and byte values.classAn open addressed Map implementation for float keys and double values.classAn open addressed Map implementation for float keys and float values.classAn open addressed hashing implementation for float primitives.classAn open addressed set implementation for float primitives.classAn open addressed Map implementation for float keys and int values.classAn open addressed Map implementation for float keys and long values.classAn open addressed Map implementation for float keys and Object values.classAn open addressed Map implementation for float keys and short values.Fields in gnu.trove declared as TFloatHashingStrategyModifier and TypeFieldDescriptionprotected TFloatHashingStrategyTFloatHash._hashingStrategystrategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TFloatHashingStrategyModifierConstructorDescriptionTFloatByteHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatByteHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatByteHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatByteHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatByteHashMap(TFloatHashingStrategy strategy) Creates a newTFloatByteHashMapinstance with the default capacity and load factor.TFloatDoubleHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatDoubleHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatDoubleHashMap(TFloatHashingStrategy strategy) Creates a newTFloatDoubleHashMapinstance with the default capacity and load factor.TFloatFloatHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatFloatHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatFloatHashMap(TFloatHashingStrategy strategy) Creates a newTFloatFloatHashMapinstance with the default capacity and load factor.TFloatHash(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatHashinstance with a prime value at or near the specified capacity and load factor.TFloatHash(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatHash(TFloatHashingStrategy strategy) Creates a newTFloatHashinstance with the default capacity and load factor.TFloatHashSet(float[] array, TFloatHashingStrategy strategy) Creates a newTFloatHashSetinstance containing the elements of array.TFloatHashSet(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatHashinstance with a prime value at or near the specified capacity and load factor.TFloatHashSet(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatHashSet(TFloatHashingStrategy strategy) Creates a newTFloatHashinstance with the default capacity and load factor.TFloatIntHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatIntHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatIntHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatIntHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatIntHashMap(TFloatHashingStrategy strategy) Creates a newTFloatIntHashMapinstance with the default capacity and load factor.TFloatLongHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatLongHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatLongHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatLongHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatLongHashMap(TFloatHashingStrategy strategy) Creates a newTFloatLongHashMapinstance with the default capacity and load factor.TFloatObjectHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatObjectHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatObjectHashMap(TFloatHashingStrategy strategy) Creates a newTFloatObjectHashMapinstance with the default capacity and load factor.TFloatShortHashMap(int initialCapacity, float loadFactor, TFloatHashingStrategy strategy) Creates a newTFloatShortHashMapinstance with a prime value at or near the specified capacity and load factor.TFloatShortHashMap(int initialCapacity, TFloatHashingStrategy strategy) Creates a newTFloatShortHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TFloatShortHashMap(TFloatHashingStrategy strategy) Creates a newTFloatShortHashMapinstance with the default capacity and load factor.