public class Stack extends Object
Stack()
List
getList()
boolean
isEmpty()
Object
peek()
pop()
Object[]
popAll()
void
push(Object o)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Stack()
public void push(Object o)
public Object pop()
public Object[] popAll()
public Object peek()
public boolean isEmpty()
public int size()
public List getList()
Copyright © 2022 WSO2. All rights reserved.