Class Range

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

public class Range extends Object implements SizeStreamable, Comparable<Range>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
     
    long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    For externalization
    Range(long low, long high)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
    int
     
    void
    Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed
    int
    Returns the size (in bytes) of the marshalled object
     
    void
    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 Details

    • low

      public long low
    • high

      public long high
  • Constructor Details

    • Range

      public Range()
      For externalization
    • Range

      public Range(long low, long high)
  • Method Details