Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ByteCursor> |
ByteDeque.descendingIterator() |
java.util.Iterator<ByteCursor> |
ByteArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<ByteCursor> |
ByteArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ByteCursor> |
ByteArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<ByteCursor> |
ByteContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
Modifier and Type | Method and Description |
---|---|
int |
ByteArrayList.addAll(java.lang.Iterable<? extends ByteCursor> iterable)
Adds all elements from another iterable.
|
int |
ByteArrayDeque.addFirst(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
ByteArrayDeque.addLast(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
ByteStack.pushAll(java.lang.Iterable<? extends ByteCursor> iterable)
Pushes all elements from another iterable to the top of the stack.
|
Copyright © 2024 Carrot Search s.c.. All rights reserved.