Uses of Class
com.carrotsearch.hppc.cursors.ByteCursor
Packages that use ByteCursor
-
Uses of ByteCursor in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ByteCursorMethods in com.carrotsearch.hppc that return types with arguments of type ByteCursorModifier and TypeMethodDescriptionByteArrayDeque.descendingIterator()Returns a cursor over the values of this deque (in tail to head order).ByteDeque.descendingIterator()ByteArrayDeque.iterator()Returns a cursor over the values of this deque (in head to tail order).ByteArrayList.iterator()Returns an iterator to a cursor traversing the collection.ByteByteHashMap.KeysContainer.iterator()ByteCharHashMap.KeysContainer.iterator()ByteContainer.iterator()Returns an iterator to a cursor traversing the collection.ByteDoubleHashMap.KeysContainer.iterator()ByteFloatHashMap.KeysContainer.iterator()ByteHashSet.iterator()Returns an iterator to a cursor traversing the collection.ByteIntHashMap.KeysContainer.iterator()ByteLongHashMap.KeysContainer.iterator()ByteObjectHashMap.KeysContainer.iterator()ByteShortHashMap.KeysContainer.iterator()Method parameters in com.carrotsearch.hppc with type arguments of type ByteCursorModifier and TypeMethodDescriptionintByteArrayList.addAll(Iterable<? extends ByteCursor> iterable) Adds all elements from another iterable.intByteHashSet.addAll(Iterable<? extends ByteCursor> iterable) Adds all elements from the given iterable to this set.intByteArrayDeque.addFirst(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the front of this deque.intByteArrayDeque.addLast(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the end of this deque.intByteStack.pushAll(Iterable<? extends ByteCursor> iterable) Pushes all elements from another iterable to the top of the stack.