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