org.apache.qpid.transport
Class Range
java.lang.Object
org.apache.qpid.transport.Range
public final class Range
- extends Object
Range
Constructor Summary |
Range(int lower,
int upper)
|
Range
public Range(int lower,
int upper)
getLower
public int getLower()
getUpper
public int getUpper()
includes
public boolean includes(int value)
includes
public boolean includes(Range range)
intersects
public boolean intersects(Range range)
touches
public boolean touches(Range range)
span
public Range span(Range range)
subtract
public List<Range> subtract(Range range)
intersect
public Range intersect(Range range)
toString
public String toString()
- Overrides:
toString
in class Object
Licensed to the Apache Software Foundation