| Modifier and Type | Field and Description |
|---|---|
Provider<AndNode> |
child |
Integer[] |
offsets |
Provider<? extends Node> |
parent |
int |
refOffset |
Integer[] |
reverseOffsets |
| Constructor and Description |
|---|
RefValue(Integer[] offsets,
int refOffset,
Provider<? extends Node> parent) |
| Modifier and Type | Method and Description |
|---|---|
static AndNode.RefValue |
read(DataInput in,
Model m) |
void |
readFields(DataInput in,
Model m)
Deserialize the fields of this object from
in. |
void |
write(DataOutput out)
Serialize the fields of this object to
out. |
public Integer[] offsets
public Integer[] reverseOffsets
public int refOffset
public void write(DataOutput out) throws IOException
Writableout.write in interface Writableout - DataOuput to serialize this object into.IOExceptionpublic static AndNode.RefValue read(DataInput in, Model m) throws IOException
IOExceptionpublic void readFields(DataInput in, Model m) throws IOException
Writablein.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields in interface Writablein - DataInput to deseriablize this object from.IOExceptionCopyright © 2018. All rights reserved.