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 LongCursorLongArrayList.ValueIterator.cursorprivate final LongCursorLongFloatHashMap.KeysIterator.cursorprivate final LongCursorLongHashSet.EntryIterator.cursorprivate final LongCursorLongIntHashMap.KeysIterator.cursorprivate final LongCursorLongObjectHashMap.KeysIterator.cursorMethods in org.apache.lucene.internal.hppc that return LongCursorModifier and TypeMethodDescriptionprotected LongCursorLongArrayList.ValueIterator.fetch()protected LongCursorLongFloatHashMap.KeysIterator.fetch()protected LongCursorLongHashSet.EntryIterator.fetch()protected LongCursorLongIntHashMap.KeysIterator.fetch()protected LongCursorLongObjectHashMap.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 TypeMethodDescriptionintLongArrayList.addAll(Iterable<? extends LongCursor> iterable) Adds all elements from another iterable.intLongHashSet.addAll(Iterable<? extends LongCursor> iterable) Adds all elements from the given iterable to this set.