Uses of Class
org.apache.lucene.internal.hppc.IntCursor
Packages that use IntCursor
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.
-
Uses of IntCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as IntCursorModifier and TypeFieldDescriptionprivate final IntCursor
IntArrayList.ValueIterator.cursor
private final IntCursor
IntDoubleHashMap.KeysIterator.cursor
private final IntCursor
IntFloatHashMap.KeysIterator.cursor
private final IntCursor
IntHashSet.EntryIterator.cursor
private final IntCursor
IntIntHashMap.KeysIterator.cursor
private final IntCursor
IntIntHashMap.ValuesIterator.cursor
private final IntCursor
IntObjectHashMap.KeysIterator.cursor
private final IntCursor
LongIntHashMap.ValuesIterator.cursor
Methods in org.apache.lucene.internal.hppc that return IntCursorModifier and TypeMethodDescriptionprotected IntCursor
IntArrayList.ValueIterator.fetch()
protected IntCursor
IntDoubleHashMap.KeysIterator.fetch()
protected IntCursor
IntFloatHashMap.KeysIterator.fetch()
protected IntCursor
IntHashSet.EntryIterator.fetch()
protected IntCursor
IntIntHashMap.KeysIterator.fetch()
protected IntCursor
IntIntHashMap.ValuesIterator.fetch()
protected IntCursor
IntObjectHashMap.KeysIterator.fetch()
protected IntCursor
LongIntHashMap.ValuesIterator.fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type IntCursorModifier and TypeMethodDescriptionIntArrayList.iterator()
IntDoubleHashMap.KeysContainer.iterator()
IntFloatHashMap.KeysContainer.iterator()
IntHashSet.iterator()
IntIntHashMap.KeysContainer.iterator()
IntIntHashMap.ValuesContainer.iterator()
IntObjectHashMap.KeysContainer.iterator()
LongIntHashMap.ValuesContainer.iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type IntCursor -
Uses of IntCursor in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw with type parameters of type IntCursor