@Generated(date="2015-05-07T09:33:04+0200",
value="KTypeDeque.java")
public interface LongDeque
extends LongCollection
Deque| Modifier and Type | Method and Description |
|---|---|
void |
addFirst(long e)
Inserts the specified element at the front of this deque.
|
void |
addLast(long e)
Inserts the specified element at the end of this deque.
|
<T extends LongPredicate> |
descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends LongProcedure> |
descendingForEach(T procedure)
Applies a
procedure to all elements in tail-to-head order. |
java.util.Iterator<LongCursor> |
descendingIterator() |
long |
getFirst()
Retrieves the first element of this deque but does not remove it.
|
long |
getLast()
Retrieves the last element of this deque but does not remove it.
|
long |
removeFirst()
Retrieves and removes the first element of this deque.
|
int |
removeFirst(long e)
Removes the first element that equals
e. |
long |
removeLast()
Retrieves and removes the last element of this deque.
|
int |
removeLast(long e)
Removes the last element that equals
e. |
clear, release, removeAll, removeAll, removeAll, retainAll, retainAllint removeFirst(long e)
e.-1 if the element
was not found.int removeLast(long e)
e.-1 if the element
was not found.void addFirst(long e)
void addLast(long e)
long removeFirst()
long removeLast()
long getFirst()
long getLast()
java.util.Iterator<LongCursor> descendingIterator()
<T extends LongProcedure> T descendingForEach(T procedure)
procedure to all elements in tail-to-head order.<T extends LongPredicate> T descendingForEach(T predicate)
predicate to container elements as long, as the
predicate returns true. The iteration is interrupted
otherwise.Copyright © 2015 Carrot Search s.c.. All Rights Reserved.