private static class SimpleStack.Element<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) T |
payload |
(package private) SimpleStack.Element<T> |
previous |
| Constructor and Description |
|---|
SimpleStack.Element() |
SimpleStack.Element<T> previous
T payload
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.