TDoubleByteHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleByteHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleByteHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleByteHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleByteHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleByteHashMap instance with the default
capacity and load factor.
|
TDoubleDoubleHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleDoubleHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleDoubleHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleDoubleHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleDoubleHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleDoubleHashMap instance with the default
capacity and load factor.
|
TDoubleFloatHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleFloatHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleFloatHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleFloatHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleFloatHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleFloatHashMap instance with the default
capacity and load factor.
|
TDoubleHash(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleHash(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleHash(TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance with the default
capacity and load factor.
|
TDoubleHashSet(double[] array,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleHashSet instance containing the
elements of array.
|
TDoubleHashSet(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleHashSet(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleHashSet(TDoubleHashingStrategy strategy) |
Creates a new TDoubleHash instance with the default
capacity and load factor.
|
TDoubleIntHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleIntHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleIntHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleIntHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleIntHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleIntHashMap instance with the default
capacity and load factor.
|
TDoubleLongHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleLongHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleLongHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleLongHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleLongHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleLongHashMap instance with the default
capacity and load factor.
|
TDoubleObjectHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleObjectHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleObjectHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleObjectHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleObjectHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleObjectHashMap instance with the default
capacity and load factor.
|
TDoubleShortHashMap(int initialCapacity,
float loadFactor,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleShortHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TDoubleShortHashMap(int initialCapacity,
TDoubleHashingStrategy strategy) |
Creates a new TDoubleShortHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TDoubleShortHashMap(TDoubleHashingStrategy strategy) |
Creates a new TDoubleShortHashMap instance with the default
capacity and load factor.
|