Uses of Class
com.carrotsearch.hppc.cursors.LongCursor
Packages that use LongCursor
-
Uses of LongCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as LongCursorModifier and TypeFieldDescriptionprivate final LongCursorByteLongHashMap.ValuesIterator.cursorprivate final LongCursorCharLongHashMap.ValuesIterator.cursorprivate final LongCursorDoubleLongHashMap.ValuesIterator.cursorprivate final LongCursorFloatLongHashMap.ValuesIterator.cursorprivate final LongCursorIntLongHashMap.ValuesIterator.cursorprivate final LongCursorLongArrayDeque.DescendingValueIterator.cursorprivate final LongCursorLongArrayDeque.ValueIterator.cursorprivate final LongCursorLongArrayList.ValueIterator.cursorprivate final LongCursorLongByteHashMap.KeysIterator.cursorprivate final LongCursorLongCharHashMap.KeysIterator.cursorprivate final LongCursorLongDoubleHashMap.KeysIterator.cursorprivate final LongCursorLongFloatHashMap.KeysIterator.cursorprivate final LongCursorLongHashSet.EntryIterator.cursorprivate final LongCursorLongIntHashMap.KeysIterator.cursorprivate final LongCursorLongLongHashMap.KeysIterator.cursorprivate final LongCursorLongLongHashMap.ValuesIterator.cursorprivate final LongCursorLongObjectHashMap.KeysIterator.cursorprivate final LongCursorLongShortHashMap.KeysIterator.cursorprivate final LongCursorObjectLongHashMap.ValuesIterator.cursorprivate final LongCursorShortLongHashMap.ValuesIterator.cursorMethods in com.carrotsearch.hppc that return LongCursorModifier and TypeMethodDescriptionprotected LongCursorByteLongHashMap.ValuesIterator.fetch()protected LongCursorCharLongHashMap.ValuesIterator.fetch()protected LongCursorDoubleLongHashMap.ValuesIterator.fetch()protected LongCursorFloatLongHashMap.ValuesIterator.fetch()protected LongCursorIntLongHashMap.ValuesIterator.fetch()protected LongCursorLongArrayDeque.DescendingValueIterator.fetch()protected LongCursorLongArrayDeque.ValueIterator.fetch()protected LongCursorLongArrayList.ValueIterator.fetch()protected LongCursorLongByteHashMap.KeysIterator.fetch()protected LongCursorLongCharHashMap.KeysIterator.fetch()protected LongCursorLongDoubleHashMap.KeysIterator.fetch()protected LongCursorLongFloatHashMap.KeysIterator.fetch()protected LongCursorLongHashSet.EntryIterator.fetch()protected LongCursorLongIntHashMap.KeysIterator.fetch()protected LongCursorLongLongHashMap.KeysIterator.fetch()protected LongCursorLongLongHashMap.ValuesIterator.fetch()protected LongCursorLongObjectHashMap.KeysIterator.fetch()protected LongCursorLongShortHashMap.KeysIterator.fetch()protected LongCursorObjectLongHashMap.ValuesIterator.fetch()protected LongCursorShortLongHashMap.ValuesIterator.fetch()Methods 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()ByteLongHashMap.ValuesContainer.iterator()CharLongHashMap.ValuesContainer.iterator()DoubleLongHashMap.ValuesContainer.iterator()FloatLongHashMap.ValuesContainer.iterator()IntLongHashMap.ValuesContainer.iterator()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()LongLongHashMap.ValuesContainer.iterator()LongObjectHashMap.KeysContainer.iterator()LongShortHashMap.KeysContainer.iterator()ObjectLongHashMap.ValuesContainer.iterator()ShortLongHashMap.ValuesContainer.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.