Package org.mantoux.util.datastructures
Class Stack<ITEM>
- java.lang.Object
-
- org.mantoux.util.datastructures.Stack<ITEM>
-
-
Constructor Summary
Constructors Constructor Description Stack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleanisEmpty()Iterator<ITEM>iterator()ITEMpeek()ITEMpop()voidpush(ITEM element)intsize()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-