Uses of Package
org.apache.lucene.internal.hppc
Packages that use org.apache.lucene.internal.hppc
Package
Description
Internal copy of a subset of classes from the HPPC library.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.internal.hppcClassDescriptionSimplifies the implementation of iterators a bit.Forked from HPPC, holding int index and char value.A hash set of
char
s, implemented using open addressing with linear probing for collision resolution.A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution.Forked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A view over the set of values of this map.Forked from HPPC, holding int index and double value.An array-backed list offloat
.Forked from HPPC, holding int index and float value.An array-backed list ofint
.Forked from HPPC, holding int index and int value.A hash map ofint
todouble
, implemented using open addressing with linear probing for collision resolution.Forked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A view over the set of values of this map.A hash map ofint
tofloat
, implemented using open addressing with linear probing for collision resolution.Forked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A view over the set of values of this map.A hash set ofint
s, implemented using open addressing with linear probing for collision resolution.A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution.IntCursor iterable with size and toArray function implementedForked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A hash map ofint
tolong
, implemented using open addressing with linear probing for collision resolution.Forked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A view over the set of values of this map.A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.Forked from HPPC, holding int index,key and valueA view of the keys inside this hash map.A view over the set of values of this map.An array-backed list oflong
.Forked from HPPC, holding int index and long value.A hash map oflong
tofloat
, implemented using open addressing with linear probing for collision resolution.A view of the keys inside this hash map.Forked from HPPC, holding int index,key and valueA view over the set of values of this map.A hash set oflong
s, implemented using open addressing with linear probing for collision resolution.A hash map oflong
toint
, implemented using open addressing with linear probing for collision resolution.A view of the keys inside this hash map.Forked from HPPC, holding int index,key and valueA view over the set of values of this map.A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution.A view of the keys inside this hash map.Forked from HPPC, holding int index,key and valueA view over the set of values of this map.An array-backed list offloat
with a maximum size limit.An array-backed list ofint
with a maximum size limit.Forked from HPPC, holding int index and Object value. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.util.hnswClassDescriptionAn array-backed list of
int
.A hash set ofint
s, implemented using open addressing with linear probing for collision resolution.