Uses of Class
org.apache.lucene.internal.hppc.LongCursor
-
Packages that use LongCursor Package Description org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library. -
-
Uses of LongCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as LongCursor Modifier and Type Field Description private LongCursor
LongArrayList.ValueIterator. cursor
private LongCursor
LongFloatHashMap.KeysIterator. cursor
private LongCursor
LongHashSet.EntryIterator. cursor
private LongCursor
LongIntHashMap.KeysIterator. cursor
private LongCursor
LongObjectHashMap.KeysIterator. cursor
Methods in org.apache.lucene.internal.hppc that return LongCursor Modifier and Type Method Description protected LongCursor
LongArrayList.ValueIterator. fetch()
protected LongCursor
LongFloatHashMap.KeysIterator. fetch()
protected LongCursor
LongHashSet.EntryIterator. fetch()
protected LongCursor
LongIntHashMap.KeysIterator. fetch()
protected LongCursor
LongObjectHashMap.KeysIterator. fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type LongCursor Modifier and Type Method Description java.util.Iterator<LongCursor>
LongArrayList. iterator()
java.util.Iterator<LongCursor>
LongFloatHashMap.KeysContainer. iterator()
java.util.Iterator<LongCursor>
LongHashSet. iterator()
java.util.Iterator<LongCursor>
LongIntHashMap.KeysContainer. iterator()
java.util.Iterator<LongCursor>
LongObjectHashMap.KeysContainer. iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type LongCursor Modifier and Type Method Description int
LongArrayList. addAll(java.lang.Iterable<? extends LongCursor> iterable)
Adds all elements from another iterable.int
LongHashSet. addAll(java.lang.Iterable<? extends LongCursor> iterable)
Adds all elements from the given iterable to this set.
-