| Package | Description | 
|---|---|
| com.gigaspaces.internal.gnu.trove | GNU Trove: High performance collections for Java. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TLongHashAn open addressed hashing implementation for long primitives. | 
| class  | TLongObjectHashMap<V>An open addressed Map implementation for long keys and Object values. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TLongHashingStrategy | TLongHash. _hashingStrategystrategy used to hash values in this collection | 
| Constructor and Description | 
|---|
| TLongHash(int initialCapacity,
         float loadFactor,
         TLongHashingStrategy strategy)Creates a new  TLongHashinstance with a prime value at or near the specified
 capacity and load factor. | 
| TLongHash(int initialCapacity,
         TLongHashingStrategy strategy)Creates a new  TLongHashinstance whose capacity is the next highest prime above
 initialCapacity + 1 unless that value is already prime. | 
| TLongHash(TLongHashingStrategy strategy)Creates a new  TLongHashinstance with the default capacity and load factor. | 
| TLongObjectHashMap(int initialCapacity,
                  float loadFactor,
                  TLongHashingStrategy strategy)Creates a new  TLongObjectHashMapinstance with a prime value at or near the
 specified capacity and load factor. | 
| TLongObjectHashMap(int initialCapacity,
                  TLongHashingStrategy strategy)Creates a new  TLongObjectHashMapinstance whose capacity is the next highest
 prime above initialCapacity + 1 unless that value is already prime. | 
| TLongObjectHashMap(TLongHashingStrategy strategy)Creates a new  TLongObjectHashMapinstance with the default capacity and load
 factor. | 
Copyright © GigaSpaces.