public class StackImpl extends Object
StackImpl()
boolean
empty()
Object
peek()
pop()
push(Object item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StackImpl()
public final boolean empty()
public final Object peek()
public final Object pop()
public final Object push(Object item)
Copyright © 2019 JBoss by Red Hat. All rights reserved.