|
PCJ API Version 1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents stacks of double values.
Stack,
DoubleDeque| Method Summary | |
double |
peek()
Returns the top element of this stack. |
double |
pop()
Pops an element off this stack. |
void |
push(double v)
Pushes a specified element onto this stack. |
| Methods inherited from interface bak.pcj.list.DoubleList |
add, addAll, get, indexOf, indexOf, lastIndexOf, lastIndexOf, listIterator, listIterator, removeElementAt, set |
| Methods inherited from interface bak.pcj.DoubleCollection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, trimToSize |
| Method Detail |
public void push(double v)
v - the element to push onto this stack.public double pop()
IndexOutOfBoundsException - if the stack is empty.peek()public double peek()
IndexOutOfBoundsException - if the stack is empty.pop()
|
PCJ API Version 1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||