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