| Package | Description |
|---|---|
| gnu.trove |
| Modifier and Type | Class and Description |
|---|---|
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
An open addressed Map implementation for float keys and Object values.
|
| Constructor and Description |
|---|
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. |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.