| Package | Description | 
|---|---|
| com.gigaspaces.internal.gnu.trove | 
 GNU Trove: High performance collections for Java. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TLongHash
An 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._hashingStrategy
strategy used to hash values in this collection 
 | 
| Constructor and Description | 
|---|
TLongHash(int initialCapacity,
         float loadFactor,
         TLongHashingStrategy strategy)
Creates a new  
TLongHash instance with a prime value at or near the specified
 capacity and load factor. | 
TLongHash(int initialCapacity,
         TLongHashingStrategy strategy)
Creates a new  
TLongHash instance whose capacity is the next highest prime above
 initialCapacity + 1 unless that value is already prime. | 
TLongHash(TLongHashingStrategy strategy)
Creates a new  
TLongHash instance with the default capacity and load factor. | 
TLongObjectHashMap(int initialCapacity,
                  float loadFactor,
                  TLongHashingStrategy strategy)
Creates a new  
TLongObjectHashMap instance with a prime value at or near the
 specified capacity and load factor. | 
TLongObjectHashMap(int initialCapacity,
                  TLongHashingStrategy strategy)
Creates a new  
TLongObjectHashMap instance whose capacity is the next highest
 prime above initialCapacity + 1 unless that value is already prime. | 
TLongObjectHashMap(TLongHashingStrategy strategy)
Creates a new  
TLongObjectHashMap instance with the default capacity and load
 factor. | 
Copyright © GigaSpaces.