private static class Stack.Node<T> extends java.lang.Object
(package private) T
item
(package private) Stack.Node<T>
next
private
Node()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
T item
Stack.Node<T> next
private Node()