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.
|