TIntByteHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntByteHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntByteHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntByteHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntByteHashMap(TIntHashingStrategy strategy) |
Creates a new TIntByteHashMap instance with the default
capacity and load factor.
|
TIntDoubleHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntDoubleHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntDoubleHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntDoubleHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntDoubleHashMap(TIntHashingStrategy strategy) |
Creates a new TIntDoubleHashMap instance with the default
capacity and load factor.
|
TIntFloatHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntFloatHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntFloatHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntFloatHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntFloatHashMap(TIntHashingStrategy strategy) |
Creates a new TIntFloatHashMap instance with the default
capacity and load factor.
|
TIntHash(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntHash instance with a prime
value at or near the specified capacity and load factor.
|
TIntHash(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntHash(TIntHashingStrategy strategy) |
Creates a new TIntHash instance with the default
capacity and load factor.
|
TIntHashSet(int[] array,
TIntHashingStrategy strategy) |
Creates a new TIntHashSet instance containing the
elements of array.
|
TIntHashSet(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntHash instance with a prime
value at or near the specified capacity and load factor.
|
TIntHashSet(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntHashSet(TIntHashingStrategy strategy) |
Creates a new TIntHash instance with the default
capacity and load factor.
|
TIntIntHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntIntHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntIntHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntIntHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntIntHashMap(TIntHashingStrategy strategy) |
Creates a new TIntIntHashMap instance with the default
capacity and load factor.
|
TIntLongHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntLongHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntLongHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntLongHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntLongHashMap(TIntHashingStrategy strategy) |
Creates a new TIntLongHashMap instance with the default
capacity and load factor.
|
TIntObjectHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntObjectHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntObjectHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntObjectHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntObjectHashMap(TIntHashingStrategy strategy) |
Creates a new TIntObjectHashMap instance with the default
capacity and load factor.
|
TIntShortHashMap(int initialCapacity,
float loadFactor,
TIntHashingStrategy strategy) |
Creates a new TIntShortHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TIntShortHashMap(int initialCapacity,
TIntHashingStrategy strategy) |
Creates a new TIntShortHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TIntShortHashMap(TIntHashingStrategy strategy) |
Creates a new TIntShortHashMap instance with the default
capacity and load factor.
|