| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected FloatHash.Strategy |
Float2ObjectOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
FloatLinkedOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected FloatHash.Strategy |
Float2IntOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2CharOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2BooleanOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2ShortOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2ReferenceOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
FloatOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected FloatHash.Strategy |
Float2DoubleOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2ByteOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2FloatOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected FloatHash.Strategy |
Float2LongOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
| Modifier and Type | Method and Description |
|---|---|
FloatHash.Strategy |
Float2ObjectOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
FloatLinkedOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2IntOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2CharOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2BooleanOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2ShortOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2ReferenceOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
FloatOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2DoubleOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2ByteOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2FloatOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
FloatHash.Strategy |
Float2LongOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
| Constructor and Description |
|---|
Float2BooleanOpenCustomHashMap(float[] k,
boolean[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2BooleanOpenCustomHashMap(float[] k,
boolean[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2BooleanOpenCustomHashMap(Float2BooleanMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2BooleanOpenCustomHashMap(Float2BooleanMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2BooleanOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2BooleanOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2BooleanOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2BooleanOpenCustomHashMap(Map<? extends Float,? extends Boolean> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2BooleanOpenCustomHashMap(Map<? extends Float,? extends Boolean> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2ByteOpenCustomHashMap(float[] k,
byte[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2ByteOpenCustomHashMap(float[] k,
byte[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2ByteOpenCustomHashMap(Float2ByteMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2ByteOpenCustomHashMap(Float2ByteMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2ByteOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ByteOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2ByteOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ByteOpenCustomHashMap(Map<? extends Float,? extends Byte> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2ByteOpenCustomHashMap(Map<? extends Float,? extends Byte> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2CharOpenCustomHashMap(float[] k,
char[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2CharOpenCustomHashMap(float[] k,
char[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2CharOpenCustomHashMap(Float2CharMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2CharOpenCustomHashMap(Float2CharMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2CharOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2CharOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2CharOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2CharOpenCustomHashMap(Map<? extends Float,? extends Character> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2CharOpenCustomHashMap(Map<? extends Float,? extends Character> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2DoubleOpenCustomHashMap(float[] k,
double[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2DoubleOpenCustomHashMap(float[] k,
double[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2DoubleOpenCustomHashMap(Float2DoubleMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2DoubleOpenCustomHashMap(Float2DoubleMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2DoubleOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2DoubleOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2DoubleOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2DoubleOpenCustomHashMap(Map<? extends Float,? extends Double> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2DoubleOpenCustomHashMap(Map<? extends Float,? extends Double> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2FloatOpenCustomHashMap(float[] k,
float[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2FloatOpenCustomHashMap(float[] k,
float[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2FloatOpenCustomHashMap(Float2FloatMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2FloatOpenCustomHashMap(Float2FloatMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2FloatOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2FloatOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2FloatOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2FloatOpenCustomHashMap(Map<? extends Float,? extends Float> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2FloatOpenCustomHashMap(Map<? extends Float,? extends Float> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2IntOpenCustomHashMap(float[] k,
int[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2IntOpenCustomHashMap(float[] k,
int[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2IntOpenCustomHashMap(Float2IntMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2IntOpenCustomHashMap(Float2IntMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2IntOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2IntOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2IntOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2IntOpenCustomHashMap(Map<? extends Float,? extends Integer> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2IntOpenCustomHashMap(Map<? extends Float,? extends Integer> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2LongOpenCustomHashMap(float[] k,
long[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2LongOpenCustomHashMap(float[] k,
long[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2LongOpenCustomHashMap(Float2LongMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2LongOpenCustomHashMap(Float2LongMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2LongOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2LongOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2LongOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2LongOpenCustomHashMap(Map<? extends Float,? extends Long> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2LongOpenCustomHashMap(Map<? extends Float,? extends Long> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2ObjectOpenCustomHashMap(float[] k,
V[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2ObjectOpenCustomHashMap(float[] k,
V[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2ObjectOpenCustomHashMap(Float2ObjectMap<V> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2ObjectOpenCustomHashMap(Float2ObjectMap<V> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2ObjectOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ObjectOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2ObjectOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ObjectOpenCustomHashMap(Map<? extends Float,? extends V> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2ObjectOpenCustomHashMap(Map<? extends Float,? extends V> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2ReferenceOpenCustomHashMap(float[] k,
V[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2ReferenceOpenCustomHashMap(float[] k,
V[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2ReferenceOpenCustomHashMap(Float2ReferenceMap<V> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2ReferenceOpenCustomHashMap(Float2ReferenceMap<V> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2ReferenceOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ReferenceOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2ReferenceOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ReferenceOpenCustomHashMap(Map<? extends Float,? extends V> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2ReferenceOpenCustomHashMap(Map<? extends Float,? extends V> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Float2ShortOpenCustomHashMap(float[] k,
short[] v,
float f,
FloatHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Float2ShortOpenCustomHashMap(float[] k,
short[] v,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Float2ShortOpenCustomHashMap(Float2ShortMap m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Float2ShortOpenCustomHashMap(Float2ShortMap m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Float2ShortOpenCustomHashMap(FloatHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ShortOpenCustomHashMap(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash map.
|
Float2ShortOpenCustomHashMap(int expected,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Float2ShortOpenCustomHashMap(Map<? extends Float,? extends Short> m,
float f,
FloatHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Float2ShortOpenCustomHashMap(Map<? extends Float,? extends Short> m,
FloatHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
FloatLinkedOpenCustomHashSet(Collection<? extends Float> c,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
FloatLinkedOpenCustomHashSet(Collection<? extends Float> c,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
FloatLinkedOpenCustomHashSet(float[] a,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
FloatLinkedOpenCustomHashSet(float[] a,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
FloatLinkedOpenCustomHashSet(float[] a,
int offset,
int length,
float f,
FloatHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
FloatLinkedOpenCustomHashSet(float[] a,
int offset,
int length,
FloatHash.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. |
FloatLinkedOpenCustomHashSet(FloatCollection c,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
FloatLinkedOpenCustomHashSet(FloatCollection c,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
FloatLinkedOpenCustomHashSet(FloatHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
FloatLinkedOpenCustomHashSet(FloatIterator i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
FloatLinkedOpenCustomHashSet(FloatIterator i,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
FloatLinkedOpenCustomHashSet(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash set.
|
FloatLinkedOpenCustomHashSet(int expected,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
FloatLinkedOpenCustomHashSet(Iterator<?> i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
FloatLinkedOpenCustomHashSet(Iterator<?> i,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
FloatOpenCustomHashSet(Collection<? extends Float> c,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
FloatOpenCustomHashSet(Collection<? extends Float> c,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
FloatOpenCustomHashSet(float[] a,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
FloatOpenCustomHashSet(float[] a,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
FloatOpenCustomHashSet(float[] a,
int offset,
int length,
float f,
FloatHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
FloatOpenCustomHashSet(float[] a,
int offset,
int length,
FloatHash.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. |
FloatOpenCustomHashSet(FloatCollection c,
float f,
FloatHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
FloatOpenCustomHashSet(FloatCollection c,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
FloatOpenCustomHashSet(FloatHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
FloatOpenCustomHashSet(FloatIterator i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
FloatOpenCustomHashSet(FloatIterator i,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
FloatOpenCustomHashSet(int expected,
float f,
FloatHash.Strategy strategy)
Creates a new hash set.
|
FloatOpenCustomHashSet(int expected,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
FloatOpenCustomHashSet(Iterator<?> i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
FloatOpenCustomHashSet(Iterator<?> i,
FloatHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
Copyright © 2020. All rights reserved.