| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShortHash.Strategy |
Short2BooleanOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2ShortOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2LongOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2DoubleOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2ReferenceOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2ObjectOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2ByteOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2FloatOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2IntOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
Short2CharOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected ShortHash.Strategy |
ShortOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected ShortHash.Strategy |
ShortLinkedOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
| Modifier and Type | Method and Description |
|---|---|
ShortHash.Strategy |
Short2BooleanOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2ShortOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2LongOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2DoubleOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2ReferenceOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2ObjectOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2ByteOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2FloatOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2IntOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
Short2CharOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
ShortOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
ShortHash.Strategy |
ShortLinkedOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
| Constructor and Description |
|---|
Short2BooleanOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2BooleanOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2BooleanOpenCustomHashMap(Map<? extends Short,? extends Boolean> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2BooleanOpenCustomHashMap(Map<? extends Short,? extends Boolean> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2BooleanOpenCustomHashMap(short[] k,
boolean[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2BooleanOpenCustomHashMap(short[] k,
boolean[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2BooleanOpenCustomHashMap(Short2BooleanMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2BooleanOpenCustomHashMap(Short2BooleanMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2BooleanOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ByteOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2ByteOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ByteOpenCustomHashMap(Map<? extends Short,? extends Byte> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2ByteOpenCustomHashMap(Map<? extends Short,? extends Byte> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2ByteOpenCustomHashMap(short[] k,
byte[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2ByteOpenCustomHashMap(short[] k,
byte[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2ByteOpenCustomHashMap(Short2ByteMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2ByteOpenCustomHashMap(Short2ByteMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2ByteOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2CharOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2CharOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2CharOpenCustomHashMap(Map<? extends Short,? extends Character> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2CharOpenCustomHashMap(Map<? extends Short,? extends Character> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2CharOpenCustomHashMap(short[] k,
char[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2CharOpenCustomHashMap(short[] k,
char[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2CharOpenCustomHashMap(Short2CharMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2CharOpenCustomHashMap(Short2CharMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2CharOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2DoubleOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2DoubleOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2DoubleOpenCustomHashMap(Map<? extends Short,? extends Double> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2DoubleOpenCustomHashMap(Map<? extends Short,? extends Double> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2DoubleOpenCustomHashMap(short[] k,
double[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2DoubleOpenCustomHashMap(short[] k,
double[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2DoubleOpenCustomHashMap(Short2DoubleMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2DoubleOpenCustomHashMap(Short2DoubleMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2DoubleOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2FloatOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2FloatOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2FloatOpenCustomHashMap(Map<? extends Short,? extends Float> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2FloatOpenCustomHashMap(Map<? extends Short,? extends Float> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2FloatOpenCustomHashMap(short[] k,
float[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2FloatOpenCustomHashMap(short[] k,
float[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2FloatOpenCustomHashMap(Short2FloatMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2FloatOpenCustomHashMap(Short2FloatMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2FloatOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2IntOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2IntOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2IntOpenCustomHashMap(Map<? extends Short,? extends Integer> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2IntOpenCustomHashMap(Map<? extends Short,? extends Integer> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2IntOpenCustomHashMap(short[] k,
int[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2IntOpenCustomHashMap(short[] k,
int[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2IntOpenCustomHashMap(Short2IntMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2IntOpenCustomHashMap(Short2IntMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2IntOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2LongOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2LongOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2LongOpenCustomHashMap(Map<? extends Short,? extends Long> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2LongOpenCustomHashMap(Map<? extends Short,? extends Long> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2LongOpenCustomHashMap(short[] k,
long[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2LongOpenCustomHashMap(short[] k,
long[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2LongOpenCustomHashMap(Short2LongMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2LongOpenCustomHashMap(Short2LongMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2LongOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ObjectOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2ObjectOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ObjectOpenCustomHashMap(Map<? extends Short,? extends V> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2ObjectOpenCustomHashMap(Map<? extends Short,? extends V> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2ObjectOpenCustomHashMap(short[] k,
V[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2ObjectOpenCustomHashMap(short[] k,
V[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2ObjectOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ReferenceOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2ReferenceOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ReferenceOpenCustomHashMap(Map<? extends Short,? extends V> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2ReferenceOpenCustomHashMap(Map<? extends Short,? extends V> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2ReferenceOpenCustomHashMap(short[] k,
V[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2ReferenceOpenCustomHashMap(short[] k,
V[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2ReferenceOpenCustomHashMap(Short2ReferenceMap<V> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2ReferenceOpenCustomHashMap(Short2ReferenceMap<V> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2ReferenceOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ShortOpenCustomHashMap(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash map.
|
Short2ShortOpenCustomHashMap(int expected,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Short2ShortOpenCustomHashMap(Map<? extends Short,? extends Short> m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Short2ShortOpenCustomHashMap(Map<? extends Short,? extends Short> m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Short2ShortOpenCustomHashMap(short[] k,
short[] v,
float f,
ShortHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Short2ShortOpenCustomHashMap(short[] k,
short[] v,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Short2ShortOpenCustomHashMap(Short2ShortMap m,
float f,
ShortHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Short2ShortOpenCustomHashMap(Short2ShortMap m,
ShortHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Short2ShortOpenCustomHashMap(ShortHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
ShortLinkedOpenCustomHashSet(Collection<? extends Short> c,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
ShortLinkedOpenCustomHashSet(Collection<? extends Short> c,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
ShortLinkedOpenCustomHashSet(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash set.
|
ShortLinkedOpenCustomHashSet(int expected,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
ShortLinkedOpenCustomHashSet(Iterator<?> i,
float f,
ShortHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
ShortLinkedOpenCustomHashSet(Iterator<?> i,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
ShortLinkedOpenCustomHashSet(short[] a,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
ShortLinkedOpenCustomHashSet(short[] a,
int offset,
int length,
float f,
ShortHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
ShortLinkedOpenCustomHashSet(short[] a,
int offset,
int length,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array. |
ShortLinkedOpenCustomHashSet(short[] a,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
ShortLinkedOpenCustomHashSet(ShortCollection c,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
ShortLinkedOpenCustomHashSet(ShortCollection c,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ShortLinkedOpenCustomHashSet(ShortHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
ShortLinkedOpenCustomHashSet(ShortIterator i,
float f,
ShortHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
ShortLinkedOpenCustomHashSet(ShortIterator i,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
ShortOpenCustomHashSet(Collection<? extends Short> c,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
ShortOpenCustomHashSet(Collection<? extends Short> c,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
ShortOpenCustomHashSet(int expected,
float f,
ShortHash.Strategy strategy)
Creates a new hash set.
|
ShortOpenCustomHashSet(int expected,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
ShortOpenCustomHashSet(Iterator<?> i,
float f,
ShortHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
ShortOpenCustomHashSet(Iterator<?> i,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
ShortOpenCustomHashSet(short[] a,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
ShortOpenCustomHashSet(short[] a,
int offset,
int length,
float f,
ShortHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
ShortOpenCustomHashSet(short[] a,
int offset,
int length,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array. |
ShortOpenCustomHashSet(short[] a,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
ShortOpenCustomHashSet(ShortCollection c,
float f,
ShortHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
ShortOpenCustomHashSet(ShortCollection c,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
ShortOpenCustomHashSet(ShortHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
ShortOpenCustomHashSet(ShortIterator i,
float f,
ShortHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
ShortOpenCustomHashSet(ShortIterator i,
ShortHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
Copyright © 2020. All rights reserved.