public class CoordinateRange extends Object implements Persistable
| Modifier | Constructor and Description |
|---|---|
protected |
CoordinateRange() |
|
CoordinateRange(long minCoordinate,
long maxCoordinate,
byte[] binId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
byte[] |
getBinId() |
long |
getMaxCoordinate() |
long |
getMinCoordinate() |
int |
hashCode() |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
protected CoordinateRange()
public CoordinateRange(long minCoordinate,
long maxCoordinate,
byte[] binId)
public long getMinCoordinate()
public long getMaxCoordinate()
public byte[] getBinId()
public byte[] toBinary()
PersistabletoBinary in interface Persistablepublic void fromBinary(byte[] bytes)
PersistablefromBinary in interface PersistableCopyright © 2013–2022. All rights reserved.