public class BinaryTreeMap extends Object implements Binarylizable, Serializable
TreeMap wrapper.| Constructor and Description |
|---|
BinaryTreeMap()
Default constructor.
|
BinaryTreeMap(TreeMap map)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readBinary(BinaryReader reader)
Reads fields from provided reader.
|
protected Object |
readResolve()
Reconstructs object on unmarshalling.
|
void |
writeBinary(BinaryWriter writer)
Writes fields to provided writer.
|
public BinaryTreeMap()
public BinaryTreeMap(TreeMap map)
map - Original map.public void writeBinary(BinaryWriter writer) throws BinaryObjectException
writeBinary in interface Binarylizablewriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReader reader) throws BinaryObjectException
readBinary in interface Binarylizablereader - Binary object reader.BinaryObjectException - In case of error.protected Object readResolve() throws ObjectStreamException
ObjectStreamException - Thrown in case of unmarshalling error.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017