All Packages This Package Class Hierarchy Class Search Index
| Summary |
public interface Range
{
// Methods 4
public abstract Object getGreatestValue();
public abstract Object getLeastValue();
public abstract boolean isContinuous();
public abstract boolean isInRange(Object);
}
Provides an easy means of specifying an arbitrary range of values.
| Cross Reference |
| Methods |
· getLeastValue | Summary | Top |
public abstract Object getLeastValue()
· getGreatestValue | Summary | Top |
public abstract Object getGreatestValue()
· isContinuous | Summary | Top |
public abstract boolean isContinuous()
A continuous range allows us to optimize by skipping the check to ensure that the value is in range.
· isInRange | Summary | Top |
public abstract boolean isInRange(Object testCase)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7