Uses of Interface
com.gigaspaces.internal.gnu.trove.TIntHashingStrategy
Packages that use TIntHashingStrategy
Package
Description
GNU Trove: High performance collections for Java.
-
Uses of TIntHashingStrategy in com.gigaspaces.internal.gnu.trove
Classes in com.gigaspaces.internal.gnu.trove that implement TIntHashingStrategyModifier and TypeClassDescriptionclassAn open addressed hashing implementation for int primitives.classAn open addressed set implementation for int primitives.classAn open addressed Map implementation for int keys and Object values.Fields in com.gigaspaces.internal.gnu.trove declared as TIntHashingStrategyModifier and TypeFieldDescriptionprotected TIntHashingStrategyTIntHash._hashingStrategystrategy used to hash values in this collectionConstructors in com.gigaspaces.internal.gnu.trove with parameters of type TIntHashingStrategyModifierConstructorDescriptionTIntHash(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntHashinstance with a prime value at or near the specified capacity and load factor.TIntHash(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntHash(TIntHashingStrategy strategy) Creates a newTIntHashinstance with the default capacity and load factor.TIntHashSet(int[] array, TIntHashingStrategy strategy) Creates a newTIntHashSetinstance containing the elements of array.TIntHashSet(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntHashinstance with a prime value at or near the specified capacity and load factor.TIntHashSet(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntHashinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntHashSet(TIntHashingStrategy strategy) Creates a newTIntHashinstance with the default capacity and load factor.TIntObjectHashMap(int initialCapacity, float loadFactor, TIntHashingStrategy strategy) Creates a newTIntObjectHashMapinstance with a prime value at or near the specified capacity and load factor.TIntObjectHashMap(int initialCapacity, TIntHashingStrategy strategy) Creates a newTIntObjectHashMapinstance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.TIntObjectHashMap(TIntHashingStrategy strategy) Creates a newTIntObjectHashMapinstance with the default capacity and load factor.