Package org.apache.johnzon.core
Class SimpleStack<T>
- java.lang.Object
- 
- org.apache.johnzon.core.SimpleStack<T>
 
- 
 class SimpleStack<T> extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description private static classSimpleStack.Element<T>
 - 
Field SummaryFields Modifier and Type Field Description private SimpleStack.Element<T>head
 - 
Constructor SummaryConstructors Constructor Description SimpleStack()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisEmpty()(package private) Tpeek()(package private) Tpop()(package private) voidpush(T element)
 
- 
- 
- 
Field Detail- 
headprivate SimpleStack.Element<T> head 
 
- 
 
-