public static class SimpleLinkedHashView.Chain extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isWrapper
True if this is the chain wrapper, false if it is a chain node.
|
Value |
value
The wrapper or node.
|
public boolean isWrapper
public Value value
public Chain(Value valueIn, boolean isWrapperIn)
valueIn
- the wrapper or node.isWrapperIn
- true if this will be a wrapper, false if it will be
a node.