Uses of Class
org.apache.lucene.internal.hppc.IntCursor
-
Packages that use IntCursor Package Description org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library.org.apache.lucene.util.hnsw 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 IntCursor Modifier and Type Field Description private IntCursor
IntArrayList.ValueIterator. cursor
private IntCursor
IntDoubleHashMap.KeysIterator. cursor
private IntCursor
IntFloatHashMap.KeysIterator. cursor
private IntCursor
IntHashSet.EntryIterator. cursor
private IntCursor
IntIntHashMap.KeysIterator. cursor
private IntCursor
IntIntHashMap.ValuesIterator. cursor
private IntCursor
IntObjectHashMap.KeysIterator. cursor
private IntCursor
LongIntHashMap.ValuesIterator. cursor
Methods in org.apache.lucene.internal.hppc that return IntCursor Modifier and Type Method Description protected 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 IntCursor Modifier and Type Method Description java.util.Iterator<IntCursor>
IntArrayList. iterator()
java.util.Iterator<IntCursor>
IntDoubleHashMap.KeysContainer. iterator()
java.util.Iterator<IntCursor>
IntFloatHashMap.KeysContainer. iterator()
java.util.Iterator<IntCursor>
IntHashSet. iterator()
java.util.Iterator<IntCursor>
IntIntHashMap.KeysContainer. iterator()
java.util.Iterator<IntCursor>
IntIntHashMap.ValuesContainer. iterator()
java.util.Iterator<IntCursor>
IntObjectHashMap.KeysContainer. iterator()
java.util.Iterator<IntCursor>
LongIntHashMap.ValuesContainer. iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type IntCursor Modifier and Type Method Description int
IntArrayList. addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from another iterable.int
IntHashSet. addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from the given iterable to this set. -
Uses of IntCursor in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw with type parameters of type IntCursor Modifier and Type Field Description (package private) java.util.Iterator<IntCursor>
HnswGraph.CollectionNodesIterator. nodes
-