Uses of Interface
com.gigaspaces.internal.gnu.trove.TLongHashingStrategy
Packages that use TLongHashingStrategy
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TLongHashingStrategy in com.gigaspaces.internal.gnu.trove
Classes in com.gigaspaces.internal.gnu.trove that implement TLongHashingStrategyModifier and TypeClassDescriptionclassAn open addressed hashing implementation for long primitives.classAn open addressed Map implementation for long keys and Object values.Fields in com.gigaspaces.internal.gnu.trove declared as TLongHashingStrategyModifier and TypeFieldDescriptionprotected TLongHashingStrategyTLongHash._hashingStrategystrategy used to hash values in this collectionConstructors in com.gigaspaces.internal.gnu.trove with parameters of type TLongHashingStrategyModifierConstructorDescriptionTLongHash(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongHashinstance with a prime value at or near the specified capacity and load factor.TLongHash(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongHash(TLongHashingStrategy strategy) Creates a newTLongHashinstance with the default capacity and load factor.TLongObjectHashMap(int initialCapacity, float loadFactor, TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TLongObjectHashMap(int initialCapacity, TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TLongObjectHashMap(TLongHashingStrategy strategy) Creates a newTLongObjectHashMapinstance with the default capacity and load factor.