| Package | Description | 
|---|---|
| com.gigaspaces.internal.gnu.trove | GNU Trove: High performance collections for Java. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TIntHashAn open addressed hashing implementation for int primitives. | 
| class  | TIntHashSetAn open addressed set implementation for int primitives. | 
| class  | TIntObjectHashMap<V>An open addressed Map implementation for int keys and Object values. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TIntHashingStrategy | TIntHash. _hashingStrategystrategy used to hash values in this collection | 
| Constructor and Description | 
|---|
| TIntHash(int initialCapacity,
        float loadFactor,
        TIntHashingStrategy strategy)Creates a new  TIntHashinstance with a prime value at or near the specified
 capacity and load factor. | 
| TIntHash(int initialCapacity,
        TIntHashingStrategy strategy)Creates a new  TIntHashinstance whose capacity is the next highest prime above
 initialCapacity + 1 unless that value is already prime. | 
| TIntHash(TIntHashingStrategy strategy)Creates a new  TIntHashinstance with the default capacity and load factor. | 
| TIntHashSet(int[] array,
           TIntHashingStrategy strategy)Creates a new  TIntHashSetinstance containing the elements of array. | 
| TIntHashSet(int initialCapacity,
           float loadFactor,
           TIntHashingStrategy strategy)Creates a new  TIntHashinstance with a prime value at or near the specified
 capacity and load factor. | 
| TIntHashSet(int initialCapacity,
           TIntHashingStrategy strategy)Creates a new  TIntHashinstance whose capacity is the next highest prime above
 initialCapacity + 1 unless that value is already prime. | 
| TIntHashSet(TIntHashingStrategy strategy)Creates a new  TIntHashinstance with the default capacity and load factor. | 
| TIntObjectHashMap(int initialCapacity,
                 float loadFactor,
                 TIntHashingStrategy strategy)Creates a new  TIntObjectHashMapinstance with a prime value at or near the
 specified capacity and load factor. | 
| TIntObjectHashMap(int initialCapacity,
                 TIntHashingStrategy strategy)Creates a new  TIntObjectHashMapinstance whose capacity is the next highest
 prime above initialCapacity + 1 unless that value is already prime. | 
| TIntObjectHashMap(TIntHashingStrategy strategy)Creates a new  TIntObjectHashMapinstance with the default capacity and load
 factor. | 
Copyright © GigaSpaces.