Uses of Interface
com.gigaspaces.internal.gnu.trove.TShortHashingStrategy
Packages that use TShortHashingStrategy
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TShortHashingStrategy in com.gigaspaces.internal.gnu.trove
Classes in com.gigaspaces.internal.gnu.trove that implement TShortHashingStrategyModifier and TypeClassDescriptionclassAn open addressed hashing implementation for short primitives.classAn open addressed Map implementation for short keys and long values.classAn open addressed Map implementation for short keys and Object values.Fields in com.gigaspaces.internal.gnu.trove declared as TShortHashingStrategyModifier and TypeFieldDescriptionprotected TShortHashingStrategyTShortHash._hashingStrategystrategy used to hash values in this collectionConstructors in com.gigaspaces.internal.gnu.trove with parameters of type TShortHashingStrategyModifierConstructorDescriptionTShortHash(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.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.