protected static final class JsonBinary.ValueEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected boolean |
resolved |
protected ValueType |
type |
protected Object |
value |
Constructor and Description |
---|
ValueEntry(ValueType type) |
ValueEntry(ValueType type,
int index) |
protected final ValueType type
protected final int index
protected Object value
protected boolean resolved
public ValueEntry(ValueType type)
public ValueEntry(ValueType type, int index)
public JsonBinary.ValueEntry setValue(Object value)
Copyright © 2017. All rights reserved.