Uses of Class
com.carrotsearch.hppc.cursors.LongCursor
Packages that use LongCursor
-
Uses of LongCursor in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return LongCursorMethods in com.carrotsearch.hppc that return types with arguments of type LongCursorModifier and TypeMethodDescriptionLongArrayDeque.descendingIterator()Returns a cursor over the values of this deque (in tail to head order).LongDeque.descendingIterator()LongArrayDeque.iterator()Returns a cursor over the values of this deque (in head to tail order).LongArrayList.iterator()Returns an iterator to a cursor traversing the collection.LongByteHashMap.KeysContainer.iterator()LongCharHashMap.KeysContainer.iterator()LongContainer.iterator()Returns an iterator to a cursor traversing the collection.LongDoubleHashMap.KeysContainer.iterator()LongFloatHashMap.KeysContainer.iterator()LongHashSet.iterator()Returns an iterator to a cursor traversing the collection.LongIntHashMap.KeysContainer.iterator()LongLongHashMap.KeysContainer.iterator()LongObjectHashMap.KeysContainer.iterator()LongShortHashMap.KeysContainer.iterator()Method parameters in com.carrotsearch.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.intLongArrayDeque.addFirst(Iterable<? extends LongCursor> iterable) Inserts all elements from the given iterable to the front of this deque.intLongArrayDeque.addLast(Iterable<? extends LongCursor> iterable) Inserts all elements from the given iterable to the end of this deque.intLongStack.pushAll(Iterable<? extends LongCursor> iterable) Pushes all elements from another iterable to the top of the stack.