org.jgroups.util
Class Range

java.lang.Object
  extended by org.jgroups.util.Range
All Implemented Interfaces:
java.lang.Comparable<Range>, Streamable

public class Range
extends java.lang.Object
implements Streamable, java.lang.Comparable<Range>


Field Summary
 long high
           
 long low
           
 
Constructor Summary
Range()
          For externalization
Range(long low, long high)
           
 
Method Summary
 int compareTo(Range other)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 void readFrom(java.io.DataInput in)
          Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed
 int serializedSize()
           
 java.lang.String toString()
           
 void writeTo(java.io.DataOutput out)
          Write the entire state of the current object (including superclasses) to outstream.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

low

public long low

high

public long high
Constructor Detail

Range

public Range()
For externalization


Range

public Range(long low,
             long high)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(Range other)
Specified by:
compareTo in interface java.lang.Comparable<Range>

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

writeTo

public void writeTo(java.io.DataOutput out)
             throws java.lang.Exception
Description copied from interface: Streamable
Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed

Specified by:
writeTo in interface Streamable
Throws:
java.lang.Exception

readFrom

public void readFrom(java.io.DataInput in)
              throws java.lang.Exception
Description copied from interface: Streamable
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed

Specified by:
readFrom in interface Streamable
Throws:
java.lang.Exception

serializedSize

public int serializedSize()


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.