Package | Description |
---|---|
org.apache.lucene.util.hppc |
package holding hppc related classes.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IntIntHashMap.IntIntCursor> |
IntIntHashMap.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
IntIntHashMap.putAll(Iterable<? extends IntIntHashMap.IntIntCursor> iterable) |
Constructor and Description |
---|
IntIntHashMap(Iterable<? extends IntIntHashMap.IntIntCursor> container)
Create a hash map from all key-value pairs of another container.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.