public class StackImpl<E> extends Object
StackImpl()
boolean
empty()
E
peek()
pop()
Object
push(E item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StackImpl()
public final boolean empty()
public final E peek()
public final E pop()
public final Object push(E item)
Copyright © 2017 Oracle. All rights reserved.