- java.lang.Object
-
- org.catacomb.interlish.content.Stack<V>
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
(package private) java.util.ArrayList<V> |
items |
-
Constructor Summary
Constructors
Constructor and Description |
Stack() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
V |
pop() |
void |
push(V elt) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
push
public void push(V elt)
Copyright © 2013. All Rights Reserved.