org.jgroups.util
public class Range extends Object implements Externalizable, Streamable
| Field Summary | |
|---|---|
| long | high |
| long | low |
| Constructor Summary | |
|---|---|
| Range() For externalization | |
| Range(long low, long high) | |
| Method Summary | |
|---|---|
| void | readExternal(ObjectInput in) |
| void | readFrom(DataInputStream in) |
| String | toString() |
| void | writeExternal(ObjectOutput out) |
| void | writeTo(DataOutputStream out) |