public class DequeStack<E> extends Object implements Stack<E>
Stack implementation based on java.util.Deque
DequeStack()
void
clear()
E
peek()
pop()
push(E e)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DequeStack()
public E peek()
Stack
peek
Stack<E>
public void push(E e)
push
public E pop()
pop
public int size()
size
public void clear()
clear
Copyright © 2009-2013 Tautua. All Rights Reserved.