Uses of Class
org.apache.lucene.internal.hppc.LongCursor
Packages that use LongCursor
-
Uses of LongCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as LongCursorModifier and TypeFieldDescriptionprivate final LongCursor
LongArrayList.ValueIterator.cursor
private final LongCursor
LongFloatHashMap.KeysIterator.cursor
private final LongCursor
LongHashSet.EntryIterator.cursor
private final LongCursor
LongIntHashMap.KeysIterator.cursor
private final LongCursor
LongObjectHashMap.KeysIterator.cursor
Methods in org.apache.lucene.internal.hppc that return LongCursorModifier and TypeMethodDescriptionprotected 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 LongCursorModifier and TypeMethodDescriptionLongArrayList.iterator()
LongFloatHashMap.KeysContainer.iterator()
LongHashSet.iterator()
LongIntHashMap.KeysContainer.iterator()
LongObjectHashMap.KeysContainer.iterator()
Method parameters in org.apache.lucene.internal.hppc with type arguments of type LongCursorModifier and TypeMethodDescriptionint
LongArrayList.addAll
(Iterable<? extends LongCursor> iterable) Adds all elements from another iterable.int
LongHashSet.addAll
(Iterable<? extends LongCursor> iterable) Adds all elements from the given iterable to this set.