Class IntHashSet
java.lang.Object
com.here.platform.location.compilation.core.IntHashSet
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.Tuple2<IntHashSet,
IntHashSet.Statistics> build
(int[] keys, HashTableIndexing indexing) int[]
keys()
int
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
IntHashSet
public IntHashSet(int[] keys, int maxOverflow)
-
-
Method Details
-
build
public static scala.Tuple2<IntHashSet,IntHashSet.Statistics> build(int[] keys, HashTableIndexing indexing) -
keys
public int[] keys() -
maxOverflow
public int maxOverflow()
-