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