|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fosstrak.llrp.commander.util.Range
public class Range
This class represents a numeric range.
Constructor Summary | |
---|---|
Range(int lowerBound,
int upperBound)
Creates a new range. |
Method Summary | |
---|---|
int |
getLowerBound()
|
int |
getUpperBound()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Range(int lowerBound, int upperBound)
lowerBound
- the lower bound of the range; use Integer.MIN_VALUE
if this range shall not have a lower boundupperBound
- the upper bound of the range; use Integer.MAX_VALUE
if this range shall not have an upper boundMethod Detail |
---|
public int getLowerBound()
public int getUpperBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |