Uses of Interface
gnu.trove.TByteHashingStrategy
Packages that use TByteHashingStrategy
-
Uses of TByteHashingStrategy in gnu.trove
Classes in gnu.trove that implement TByteHashingStrategyModifier and TypeClassDescriptionclassAn open addressed Map implementation for byte keys and byte values.classAn open addressed Map implementation for byte keys and double values.classAn open addressed Map implementation for byte keys and float values.classAn open addressed hashing implementation for byte primitives.classAn open addressed set implementation for byte primitives.classAn open addressed Map implementation for byte keys and int values.classAn open addressed Map implementation for byte keys and long values.classAn open addressed Map implementation for byte keys and Object values.classAn open addressed Map implementation for byte keys and short values.Fields in gnu.trove declared as TByteHashingStrategyModifier and TypeFieldDescriptionprotected TByteHashingStrategyTByteHash._hashingStrategystrategy used to hash values in this collectionConstructors in gnu.trove with parameters of type TByteHashingStrategyModifierConstructorDescriptionTByteByteHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteByteHashMapinstance with a prime value at or near the specified capacity and load factor.TByteByteHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteByteHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteByteHashMap(TByteHashingStrategy strategy) Creates a newTByteByteHashMapinstance with the default capacity and load factor.TByteDoubleHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteDoubleHashMapinstance with a prime value at or near the specified capacity and load factor.TByteDoubleHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteDoubleHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteDoubleHashMap(TByteHashingStrategy strategy) Creates a newTByteDoubleHashMapinstance with the default capacity and load factor.TByteFloatHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteFloatHashMapinstance with a prime value at or near the specified capacity and load factor.TByteFloatHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteFloatHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteFloatHashMap(TByteHashingStrategy strategy) Creates a newTByteFloatHashMapinstance with the default capacity and load factor.TByteHash(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteHashinstance with a prime value at or near the specified capacity and load factor.TByteHash(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteHash(TByteHashingStrategy strategy) Creates a newTByteHashinstance with the default capacity and load factor.TByteHashSet(byte[] array, TByteHashingStrategy strategy) Creates a newTByteHashSetinstance containing the elements of array.TByteHashSet(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteHashinstance with a prime value at or near the specified capacity and load factor.TByteHashSet(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteHashSet(TByteHashingStrategy strategy) Creates a newTByteHashinstance with the default capacity and load factor.TByteIntHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteIntHashMapinstance with a prime value at or near the specified capacity and load factor.TByteIntHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteIntHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteIntHashMap(TByteHashingStrategy strategy) Creates a newTByteIntHashMapinstance with the default capacity and load factor.TByteLongHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteLongHashMapinstance with a prime value at or near the specified capacity and load factor.TByteLongHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteLongHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteLongHashMap(TByteHashingStrategy strategy) Creates a newTByteLongHashMapinstance with the default capacity and load factor.TByteObjectHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TByteObjectHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteObjectHashMap(TByteHashingStrategy strategy) Creates a newTByteObjectHashMapinstance with the default capacity and load factor.TByteShortHashMap(int initialCapacity, float loadFactor, TByteHashingStrategy strategy) Creates a newTByteShortHashMapinstance with a prime value at or near the specified capacity and load factor.TByteShortHashMap(int initialCapacity, TByteHashingStrategy strategy) Creates a newTByteShortHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TByteShortHashMap(TByteHashingStrategy strategy) Creates a newTByteShortHashMapinstance with the default capacity and load factor.