All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.activated.util.IntegerRange
java.lang.Object
   |
   +----com.activated.util.IntegerRange

  Summary

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.




  Constructors

· IntegerRange

Summary  |  Top

   public IntegerRange(int lowest, 
                       int greatest) 


· IntegerRange

Summary  |  Top
   public IntegerRange(Integer lowest, 
                       Integer greatest) 


  Methods

· getLeastValue

Summary  |  Top
   public Object getLeastValue() 
Implements:
getLeastValue in interface Range


· getGreatestValue

Summary  |  Top
   public Object getGreatestValue() 
Implements:
getGreatestValue in interface Range


· isContinuous

Summary  |  Top
   public boolean isContinuous() 
Implements:
isContinuous in interface Range


· isInRange

Summary  |  Top
   public boolean isInRange(Object testCase) 
Implements:
isInRange in interface Range


· isInRange

Summary  |  Top
   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