Uses of Class
org.apache.lucene.internal.hppc.LongCursor
Packages that use LongCursor
-
Uses of LongCursor in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return LongCursorMethods in org.apache.lucene.internal.hppc that return types with arguments of type LongCursorModifier and TypeMethodDescriptionIntLongHashMap.ValuesContainer.iterator()
LongArrayList.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.