private static class Node.IntPropListItem extends Node.AbstractPropListItem
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
intValue |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IntPropListItem(int propType,
int intValue,
Node.PropListItem next) |
| Modifier and Type | Method and Description |
|---|---|
Node.PropListItem |
chain(Node.PropListItem next) |
int |
getIntValue() |
java.lang.Object |
getObjectValue() |
java.lang.String |
toString() |
getNext, getTypeprivate static final long serialVersionUID
final int intValue
IntPropListItem(int propType,
int intValue,
Node.PropListItem next)
public int getIntValue()
public java.lang.Object getObjectValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic Node.PropListItem chain(Node.PropListItem next)
chain in interface Node.PropListItemchain in class Node.AbstractPropListItem