private static class SimpleStack.Element<T> extends Object
private T
payload
private SimpleStack.Element<T>
previous
Element()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private SimpleStack.Element<T> previous
private T payload
public Element()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.