public static class OrNode.OrEntry extends Object implements Comparable<OrNode.OrEntry>, Writable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OrNode.OrEntry on) |
static OrNode.OrEntry |
read(DataInput in,
Iteration t) |
void |
readFields(DataInput in,
Iteration t)
Deserialize the fields of this object from
in. |
void |
write(DataOutput out)
Serialize the fields of this object to
out. |
public void write(DataOutput out) throws IOException
Writableout.write in interface Writableout - DataOuput to serialize this object into.IOExceptionpublic void readFields(DataInput in, Iteration t) 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.IOExceptionpublic static OrNode.OrEntry read(DataInput in, Iteration t) throws IOException
IOExceptionpublic int compareTo(OrNode.OrEntry on)
compareTo in interface Comparable<OrNode.OrEntry>Copyright © 2017. All rights reserved.