Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
TFloatByteHashMap
An open addressed Map implementation for float keys and byte values.
|
class |
TFloatDoubleHashMap
An open addressed Map implementation for float keys and double values.
|
class |
TFloatFloatHashMap
An open addressed Map implementation for float keys and float values.
|
class |
TFloatHash
An open addressed hashing implementation for float primitives.
|
class |
TFloatHashSet
An open addressed set implementation for float primitives.
|
class |
TFloatIntHashMap
An open addressed Map implementation for float keys and int values.
|
class |
TFloatLongHashMap
An open addressed Map implementation for float keys and long values.
|
class |
TFloatObjectHashMap<V>
An open addressed Map implementation for float keys and Object values.
|
class |
TFloatShortHashMap
An open addressed Map implementation for float keys and short values.
|
Modifier and Type | Field and Description |
---|---|
protected TFloatHashingStrategy |
TFloatHash._hashingStrategy
strategy used to hash values in this collection
|
Constructor and Description |
---|
TFloatByteHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatByteHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatByteHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatByteHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatByteHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatByteHashMap instance with the default
capacity and load factor. |
TFloatDoubleHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatDoubleHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatDoubleHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatDoubleHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatDoubleHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatDoubleHashMap instance with the default
capacity and load factor. |
TFloatFloatHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatFloatHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatFloatHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatFloatHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatFloatHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatFloatHashMap instance with the default
capacity and load factor. |
TFloatHash(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance with a prime
value at or near the specified capacity and load factor. |
TFloatHash(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatHash(TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance with the default
capacity and load factor. |
TFloatHashSet(float[] array,
TFloatHashingStrategy strategy)
Creates a new
TFloatHashSet instance containing the
elements of array. |
TFloatHashSet(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance with a prime
value at or near the specified capacity and load factor. |
TFloatHashSet(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatHashSet(TFloatHashingStrategy strategy)
Creates a new
TFloatHash instance with the default
capacity and load factor. |
TFloatIntHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatIntHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatIntHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatIntHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatIntHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatIntHashMap instance with the default
capacity and load factor. |
TFloatLongHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatLongHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatLongHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatLongHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatLongHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatLongHashMap instance with the default
capacity and load factor. |
TFloatObjectHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatObjectHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatObjectHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatObjectHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatObjectHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatObjectHashMap instance with the default
capacity and load factor. |
TFloatShortHashMap(int initialCapacity,
float loadFactor,
TFloatHashingStrategy strategy)
Creates a new
TFloatShortHashMap instance with a prime
value at or near the specified capacity and load factor. |
TFloatShortHashMap(int initialCapacity,
TFloatHashingStrategy strategy)
Creates a new
TFloatShortHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime. |
TFloatShortHashMap(TFloatHashingStrategy strategy)
Creates a new
TFloatShortHashMap instance with the default
capacity and load factor. |
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.