All Packages This Package Class Hierarchy Class Search Index
Class com.activated.util.IntegerRange
java.lang.Object
|
+----com.activated.util.IntegerRange
public class IntegerRange
extends java.lang.Object
implements com.activated.util.Range
{
// Constructors 2
public IntegerRange(int, int);
public IntegerRange(Integer, Integer);
// Methods 5
public Object getGreatestValue();
public Object getLeastValue();
public boolean isContinuous();
public boolean isInRange(int);
public boolean isInRange(Object);
}
Provides an easy means of specifying a range of integers.
public IntegerRange(int lowest,
int greatest)
public IntegerRange(Integer lowest,
Integer greatest)
public Object getLeastValue()
- Implements:
- getLeastValue in interface Range
public Object getGreatestValue()
- Implements:
- getGreatestValue in interface Range
public boolean isContinuous()
- Implements:
- isContinuous in interface Range
public boolean isInRange(Object testCase)
- Implements:
- isInRange in interface Range
public boolean isInRange(int testCase)
Convenience method.
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7