Package | Description |
---|---|
org.apache.lucene.util.hppc |
package holding hppc related classes.
|
Modifier and Type | Method and Description |
---|---|
IntIntHashMap |
IntIntHashMap.clone() |
static IntIntHashMap |
IntIntHashMap.from(int[] keys,
int[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IntIntHashMap.equalElements(IntIntHashMap other)
Return true if all keys of some other container exist in this container.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.