-
Constructor Summary
Constructors
-
Method Summary
void
void
boolean
void
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
-
push
public void push(T element)
-
isEmpty
public boolean isEmpty()
-
-
addAll
public void addAll(Stack<T> subTaskResult)
-
clear
public void clear()
-
-