Package org.apache.lucene.internal.hppc
Internal copy of a subset of classes from the HPPC library.
-
Class Summary Class Description AbstractIterator<E> Simplifies the implementation of iterators a bit.BitMixer Bit mixing utilities.CharCursor Forked from HPPC, holding int index and char value.CharHashSet A hash set ofchar
s, implemented using open addressing with linear probing for collision resolution.CharObjectHashMap<VType> A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution.CharObjectHashMap.CharObjectCursor<VType> Forked from HPPC, holding int index,key and valueDoubleCursor Forked from HPPC, holding int index and double value.FloatArrayList An array-backed list offloat
.FloatCursor Forked from HPPC, holding int index and float value.IntArrayList An array-backed list ofint
.IntCursor Forked from HPPC, holding int index and int value.IntDoubleHashMap A hash map ofint
todouble
, implemented using open addressing with linear probing for collision resolution.IntDoubleHashMap.IntDoubleCursor Forked from HPPC, holding int index,key and valueIntFloatHashMap A hash map ofint
tofloat
, implemented using open addressing with linear probing for collision resolution.IntFloatHashMap.IntFloatCursor Forked from HPPC, holding int index,key and valueIntHashSet A hash set ofint
s, implemented using open addressing with linear probing for collision resolution.IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution.IntIntHashMap.IntIntCursor Forked from HPPC, holding int index,key and valueIntObjectHashMap<VType> A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.IntObjectHashMap.IntObjectCursor<VType> Forked from HPPC, holding int index,key and valueLongArrayList An array-backed list oflong
.LongCursor Forked from HPPC, holding int index and long value.LongFloatHashMap A hash map oflong
tofloat
, implemented using open addressing with linear probing for collision resolution.LongFloatHashMap.LongFloatCursor Forked from HPPC, holding int index,key and valueLongHashSet A hash set oflong
s, implemented using open addressing with linear probing for collision resolution.LongIntHashMap A hash map oflong
toint
, implemented using open addressing with linear probing for collision resolution.LongIntHashMap.LongIntCursor Forked from HPPC, holding int index,key and valueLongObjectHashMap<VType> A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution.LongObjectHashMap.LongObjectCursor<VType> Forked from HPPC, holding int index,key and valueObjectCursor<VType> Forked from HPPC, holding int index and Object value. -
Exception Summary Exception Description BufferAllocationException BufferAllocationException forked from HPPC.