| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoubleHash.Strategy |
DoubleOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected DoubleHash.Strategy |
Double2DoubleOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2ReferenceOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2BooleanOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
DoubleLinkedOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected DoubleHash.Strategy |
Double2LongOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2FloatOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2ShortOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2ByteOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2IntOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2CharOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected DoubleHash.Strategy |
Double2ObjectOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleHash.Strategy |
DoubleOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2DoubleOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2ReferenceOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2BooleanOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
DoubleLinkedOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2LongOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2FloatOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2ShortOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2ByteOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2IntOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2CharOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
DoubleHash.Strategy |
Double2ObjectOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
| Constructor and Description |
|---|
Double2BooleanOpenCustomHashMap(double[] k,
boolean[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2BooleanOpenCustomHashMap(double[] k,
boolean[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2BooleanOpenCustomHashMap(Double2BooleanMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2BooleanOpenCustomHashMap(Double2BooleanMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2BooleanOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2BooleanOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2BooleanOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2BooleanOpenCustomHashMap(Map<? extends Double,? extends Boolean> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2BooleanOpenCustomHashMap(Map<? extends Double,? extends Boolean> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2ByteOpenCustomHashMap(double[] k,
byte[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2ByteOpenCustomHashMap(double[] k,
byte[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2ByteOpenCustomHashMap(Double2ByteMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2ByteOpenCustomHashMap(Double2ByteMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2ByteOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ByteOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ByteOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2ByteOpenCustomHashMap(Map<? extends Double,? extends Byte> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2ByteOpenCustomHashMap(Map<? extends Double,? extends Byte> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2CharOpenCustomHashMap(double[] k,
char[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2CharOpenCustomHashMap(double[] k,
char[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2CharOpenCustomHashMap(Double2CharMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2CharOpenCustomHashMap(Double2CharMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2CharOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2CharOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2CharOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2CharOpenCustomHashMap(Map<? extends Double,? extends Character> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2CharOpenCustomHashMap(Map<? extends Double,? extends Character> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2DoubleOpenCustomHashMap(double[] k,
double[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2DoubleOpenCustomHashMap(double[] k,
double[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2DoubleOpenCustomHashMap(Double2DoubleMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2DoubleOpenCustomHashMap(Double2DoubleMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2DoubleOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2DoubleOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2DoubleOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2DoubleOpenCustomHashMap(Map<? extends Double,? extends Double> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2DoubleOpenCustomHashMap(Map<? extends Double,? extends Double> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2FloatOpenCustomHashMap(double[] k,
float[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2FloatOpenCustomHashMap(double[] k,
float[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2FloatOpenCustomHashMap(Double2FloatMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2FloatOpenCustomHashMap(Double2FloatMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2FloatOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2FloatOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2FloatOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2FloatOpenCustomHashMap(Map<? extends Double,? extends Float> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2FloatOpenCustomHashMap(Map<? extends Double,? extends Float> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2IntOpenCustomHashMap(double[] k,
int[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2IntOpenCustomHashMap(double[] k,
int[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2IntOpenCustomHashMap(Double2IntMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2IntOpenCustomHashMap(Double2IntMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2IntOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2IntOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2IntOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2IntOpenCustomHashMap(Map<? extends Double,? extends Integer> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2IntOpenCustomHashMap(Map<? extends Double,? extends Integer> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2LongOpenCustomHashMap(double[] k,
long[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2LongOpenCustomHashMap(double[] k,
long[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2LongOpenCustomHashMap(Double2LongMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2LongOpenCustomHashMap(Double2LongMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2LongOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2LongOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2LongOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2LongOpenCustomHashMap(Map<? extends Double,? extends Long> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2LongOpenCustomHashMap(Map<? extends Double,? extends Long> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2ObjectOpenCustomHashMap(double[] k,
V[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2ObjectOpenCustomHashMap(double[] k,
V[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2ObjectOpenCustomHashMap(Double2ObjectMap<V> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2ObjectOpenCustomHashMap(Double2ObjectMap<V> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2ObjectOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ObjectOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ObjectOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2ObjectOpenCustomHashMap(Map<? extends Double,? extends V> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2ObjectOpenCustomHashMap(Map<? extends Double,? extends V> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2ReferenceOpenCustomHashMap(double[] k,
V[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2ReferenceOpenCustomHashMap(double[] k,
V[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2ReferenceOpenCustomHashMap(Double2ReferenceMap<V> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2ReferenceOpenCustomHashMap(Double2ReferenceMap<V> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2ReferenceOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ReferenceOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ReferenceOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2ReferenceOpenCustomHashMap(Map<? extends Double,? extends V> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2ReferenceOpenCustomHashMap(Map<? extends Double,? extends V> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Double2ShortOpenCustomHashMap(double[] k,
short[] v,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Double2ShortOpenCustomHashMap(double[] k,
short[] v,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Double2ShortOpenCustomHashMap(Double2ShortMap m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Double2ShortOpenCustomHashMap(Double2ShortMap m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Double2ShortOpenCustomHashMap(DoubleHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ShortOpenCustomHashMap(int expected,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Double2ShortOpenCustomHashMap(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map.
|
Double2ShortOpenCustomHashMap(Map<? extends Double,? extends Short> m,
DoubleHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Double2ShortOpenCustomHashMap(Map<? extends Double,? extends Short> m,
float f,
DoubleHash.Strategy strategy)
Creates a new hash map copying a given one.
|
DoubleLinkedOpenCustomHashSet(Collection<? extends Double> c,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
DoubleLinkedOpenCustomHashSet(Collection<? extends Double> c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
DoubleLinkedOpenCustomHashSet(double[] a,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
DoubleLinkedOpenCustomHashSet(double[] a,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
DoubleLinkedOpenCustomHashSet(double[] a,
int offset,
int length,
DoubleHash.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. |
DoubleLinkedOpenCustomHashSet(double[] a,
int offset,
int length,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
DoubleLinkedOpenCustomHashSet(DoubleCollection c,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
DoubleLinkedOpenCustomHashSet(DoubleCollection c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
DoubleLinkedOpenCustomHashSet(DoubleHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
DoubleLinkedOpenCustomHashSet(DoubleIterator i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleLinkedOpenCustomHashSet(DoubleIterator i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleLinkedOpenCustomHashSet(int expected,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
DoubleLinkedOpenCustomHashSet(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set.
|
DoubleLinkedOpenCustomHashSet(Iterator<?> i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
DoubleLinkedOpenCustomHashSet(Iterator<?> i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
DoubleOpenCustomHashSet(Collection<? extends Double> c,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
DoubleOpenCustomHashSet(Collection<? extends Double> c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
DoubleOpenCustomHashSet(double[] a,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
DoubleOpenCustomHashSet(double[] a,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
DoubleOpenCustomHashSet(double[] a,
int offset,
int length,
DoubleHash.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. |
DoubleOpenCustomHashSet(double[] a,
int offset,
int length,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
DoubleOpenCustomHashSet(DoubleCollection c,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
DoubleOpenCustomHashSet(DoubleCollection c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
DoubleOpenCustomHashSet(DoubleHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
DoubleOpenCustomHashSet(DoubleIterator i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleOpenCustomHashSet(DoubleIterator i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleOpenCustomHashSet(int expected,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
DoubleOpenCustomHashSet(int expected,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set.
|
DoubleOpenCustomHashSet(Iterator<?> i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
DoubleOpenCustomHashSet(Iterator<?> i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
Copyright © 2020. All rights reserved.