Uses of Package
org.apache.lucene.util.hppc
-
Packages that use org.apache.lucene.util.hppc Package Description org.apache.lucene.util.automaton Finite-state automaton for regular expressions.org.apache.lucene.util.hppc package holding hppc related classes. -
Classes in org.apache.lucene.util.hppc used by org.apache.lucene.util.automaton Class Description IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.util.hppc used by org.apache.lucene.util.hppc Class Description IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution.IntIntHashMap.AbstractIterator Simplifies the implementation of iterators a bit.IntIntHashMap.IntContainer IntCursor iterable with size and toArray function implementedIntIntHashMap.IntCursor Forked from HPPC, holding int index and int valueIntIntHashMap.IntIntCursor Forked from HPPC, holding int index,key and valueIntIntHashMap.KeysContainer A view of the keys inside this hash map.