public class StackElement extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
StackElement |
next |
Object |
value |
| Constructor and Description |
|---|
StackElement(StackElement next,
Object value) |
public StackElement next
public Object value
public StackElement(StackElement next, Object value)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.