| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongHash.Strategy |
Long2CharOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2IntOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
LongLinkedOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected LongHash.Strategy |
Long2LongOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2ShortOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2ObjectOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
LongOpenCustomHashSet.strategy
The hash strategy of this custom set.
|
protected LongHash.Strategy |
Long2DoubleOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2ReferenceOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2BooleanOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2ByteOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
protected LongHash.Strategy |
Long2FloatOpenCustomHashMap.strategy
The hash strategy of this custom map.
|
| Modifier and Type | Method and Description |
|---|---|
LongHash.Strategy |
Long2CharOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2IntOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
LongLinkedOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2LongOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2ShortOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2ObjectOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
LongOpenCustomHashSet.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2DoubleOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2ReferenceOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2BooleanOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2ByteOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
LongHash.Strategy |
Long2FloatOpenCustomHashMap.strategy()
Returns the hashing strategy.
|
| Constructor and Description |
|---|
Long2BooleanOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2BooleanOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2BooleanOpenCustomHashMap(long[] k,
boolean[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2BooleanOpenCustomHashMap(long[] k,
boolean[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2BooleanOpenCustomHashMap(Long2BooleanMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2BooleanOpenCustomHashMap(Long2BooleanMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2BooleanOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2BooleanOpenCustomHashMap(Map<? extends Long,? extends Boolean> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2BooleanOpenCustomHashMap(Map<? extends Long,? extends Boolean> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2ByteOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2ByteOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ByteOpenCustomHashMap(long[] k,
byte[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2ByteOpenCustomHashMap(long[] k,
byte[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2ByteOpenCustomHashMap(Long2ByteMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2ByteOpenCustomHashMap(Long2ByteMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2ByteOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ByteOpenCustomHashMap(Map<? extends Long,? extends Byte> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2ByteOpenCustomHashMap(Map<? extends Long,? extends Byte> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2CharOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2CharOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2CharOpenCustomHashMap(long[] k,
char[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2CharOpenCustomHashMap(long[] k,
char[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2CharOpenCustomHashMap(Long2CharMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2CharOpenCustomHashMap(Long2CharMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2CharOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2CharOpenCustomHashMap(Map<? extends Long,? extends Character> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2CharOpenCustomHashMap(Map<? extends Long,? extends Character> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2DoubleOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2DoubleOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2DoubleOpenCustomHashMap(long[] k,
double[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2DoubleOpenCustomHashMap(long[] k,
double[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2DoubleOpenCustomHashMap(Long2DoubleMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2DoubleOpenCustomHashMap(Long2DoubleMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2DoubleOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2DoubleOpenCustomHashMap(Map<? extends Long,? extends Double> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2DoubleOpenCustomHashMap(Map<? extends Long,? extends Double> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2FloatOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2FloatOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2FloatOpenCustomHashMap(long[] k,
float[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2FloatOpenCustomHashMap(long[] k,
float[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2FloatOpenCustomHashMap(Long2FloatMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2FloatOpenCustomHashMap(Long2FloatMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2FloatOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2FloatOpenCustomHashMap(Map<? extends Long,? extends Float> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2FloatOpenCustomHashMap(Map<? extends Long,? extends Float> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2IntOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2IntOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2IntOpenCustomHashMap(long[] k,
int[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2IntOpenCustomHashMap(long[] k,
int[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2IntOpenCustomHashMap(Long2IntMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2IntOpenCustomHashMap(Long2IntMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2IntOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2IntOpenCustomHashMap(Map<? extends Long,? extends Integer> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2IntOpenCustomHashMap(Map<? extends Long,? extends Integer> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2LongOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2LongOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2LongOpenCustomHashMap(long[] k,
long[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2LongOpenCustomHashMap(long[] k,
long[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2LongOpenCustomHashMap(Long2LongMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2LongOpenCustomHashMap(Long2LongMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2LongOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2LongOpenCustomHashMap(Map<? extends Long,? extends Long> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2LongOpenCustomHashMap(Map<? extends Long,? extends Long> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2ObjectOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2ObjectOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ObjectOpenCustomHashMap(long[] k,
V[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2ObjectOpenCustomHashMap(long[] k,
V[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2ObjectOpenCustomHashMap(Long2ObjectMap<V> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2ObjectOpenCustomHashMap(Long2ObjectMap<V> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2ObjectOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ObjectOpenCustomHashMap(Map<? extends Long,? extends V> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2ObjectOpenCustomHashMap(Map<? extends Long,? extends V> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2ReferenceOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2ReferenceOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ReferenceOpenCustomHashMap(long[] k,
V[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2ReferenceOpenCustomHashMap(long[] k,
V[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2ReferenceOpenCustomHashMap(Long2ReferenceMap<V> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2ReferenceOpenCustomHashMap(Long2ReferenceMap<V> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2ReferenceOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ReferenceOpenCustomHashMap(Map<? extends Long,? extends V> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2ReferenceOpenCustomHashMap(Map<? extends Long,? extends V> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
Long2ShortOpenCustomHashMap(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash map.
|
Long2ShortOpenCustomHashMap(int expected,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ShortOpenCustomHashMap(long[] k,
short[] v,
float f,
LongHash.Strategy strategy)
Creates a new hash map using the elements of two parallel arrays.
|
Long2ShortOpenCustomHashMap(long[] k,
short[] v,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays. |
Long2ShortOpenCustomHashMap(Long2ShortMap m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given type-specific one.
|
Long2ShortOpenCustomHashMap(Long2ShortMap m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Long2ShortOpenCustomHashMap(LongHash.Strategy strategy)
Creates a new hash map with initial expected
Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
Long2ShortOpenCustomHashMap(Map<? extends Long,? extends Short> m,
float f,
LongHash.Strategy strategy)
Creates a new hash map copying a given one.
|
Long2ShortOpenCustomHashMap(Map<? extends Long,? extends Short> m,
LongHash.Strategy strategy)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one. |
LongLinkedOpenCustomHashSet(Collection<? extends Long> c,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
LongLinkedOpenCustomHashSet(Collection<? extends Long> c,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
LongLinkedOpenCustomHashSet(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash set.
|
LongLinkedOpenCustomHashSet(int expected,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
LongLinkedOpenCustomHashSet(Iterator<?> i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
LongLinkedOpenCustomHashSet(Iterator<?> i,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
LongLinkedOpenCustomHashSet(long[] a,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
LongLinkedOpenCustomHashSet(long[] a,
int offset,
int length,
float f,
LongHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
LongLinkedOpenCustomHashSet(long[] a,
int offset,
int length,
LongHash.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. |
LongLinkedOpenCustomHashSet(long[] a,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
LongLinkedOpenCustomHashSet(LongCollection c,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
LongLinkedOpenCustomHashSet(LongCollection c,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
LongLinkedOpenCustomHashSet(LongHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
LongLinkedOpenCustomHashSet(LongIterator i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongLinkedOpenCustomHashSet(LongIterator i,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongOpenCustomHashSet(Collection<? extends Long> c,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying a given collection.
|
LongOpenCustomHashSet(Collection<? extends Long> c,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection. |
LongOpenCustomHashSet(int expected,
float f,
LongHash.Strategy strategy)
Creates a new hash set.
|
LongOpenCustomHashSet(int expected,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor. |
LongOpenCustomHashSet(Iterator<?> i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by an iterator.
|
LongOpenCustomHashSet(Iterator<?> i,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator. |
LongOpenCustomHashSet(long[] a,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying the elements of an array.
|
LongOpenCustomHashSet(long[] a,
int offset,
int length,
float f,
LongHash.Strategy strategy)
Creates a new hash set and fills it with the elements of a given array.
|
LongOpenCustomHashSet(long[] a,
int offset,
int length,
LongHash.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. |
LongOpenCustomHashSet(long[] a,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array. |
LongOpenCustomHashSet(LongCollection c,
float f,
LongHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection.
|
LongOpenCustomHashSet(LongCollection c,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
LongOpenCustomHashSet(LongHash.Strategy strategy)
Creates a new hash set with initial expected
Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor. |
LongOpenCustomHashSet(LongIterator i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongOpenCustomHashSet(LongIterator i,
LongHash.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.