| Package | Description |
|---|---|
| org.apache.lucene.util.hppc |
package holding hppc related classes.
|
| Class and Description |
|---|
| IntIntHashMap
A hash map of
int to int, implemented using open addressing with linear
probing for collision resolution. |
| IntIntHashMap.IntContainer
IntCursor iterable with size and toArray function implemented
|
| IntIntHashMap.IntCursor
Forked from HPPC, holding int index and int value
|
| IntIntHashMap.IntIntCursor
Forked from HPPC, holding int index,key and value
|
| IntIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.