TByteByteHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteByteHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteByteHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteByteHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteByteHashMap(TByteHashingStrategy strategy) |
Creates a new TByteByteHashMap instance with the default
capacity and load factor.
|
TByteDoubleHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteDoubleHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteDoubleHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteDoubleHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteDoubleHashMap(TByteHashingStrategy strategy) |
Creates a new TByteDoubleHashMap instance with the default
capacity and load factor.
|
TByteFloatHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteFloatHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteFloatHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteFloatHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteFloatHashMap(TByteHashingStrategy strategy) |
Creates a new TByteFloatHashMap instance with the default
capacity and load factor.
|
TByteHash(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteHash instance with a prime
value at or near the specified capacity and load factor.
|
TByteHash(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteHash(TByteHashingStrategy strategy) |
Creates a new TByteHash instance with the default
capacity and load factor.
|
TByteHashSet(byte[] array,
TByteHashingStrategy strategy) |
Creates a new TByteHashSet instance containing the
elements of array.
|
TByteHashSet(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteHash instance with a prime
value at or near the specified capacity and load factor.
|
TByteHashSet(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteHash instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteHashSet(TByteHashingStrategy strategy) |
Creates a new TByteHash instance with the default
capacity and load factor.
|
TByteIntHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteIntHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteIntHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteIntHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteIntHashMap(TByteHashingStrategy strategy) |
Creates a new TByteIntHashMap instance with the default
capacity and load factor.
|
TByteLongHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteLongHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteLongHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteLongHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteLongHashMap(TByteHashingStrategy strategy) |
Creates a new TByteLongHashMap instance with the default
capacity and load factor.
|
TByteObjectHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteObjectHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteObjectHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteObjectHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteObjectHashMap(TByteHashingStrategy strategy) |
Creates a new TByteObjectHashMap instance with the default
capacity and load factor.
|
TByteShortHashMap(int initialCapacity,
float loadFactor,
TByteHashingStrategy strategy) |
Creates a new TByteShortHashMap instance with a prime
value at or near the specified capacity and load factor.
|
TByteShortHashMap(int initialCapacity,
TByteHashingStrategy strategy) |
Creates a new TByteShortHashMap instance whose capacity
is the next highest prime above initialCapacity + 1
unless that value is already prime.
|
TByteShortHashMap(TByteHashingStrategy strategy) |
Creates a new TByteShortHashMap instance with the default
capacity and load factor.
|