Class Limits

java.lang.Object
  |
  +--Limits

public class Limits
extends java.lang.Object

Used to store the upper and lower limits of the classes


Field Summary
 int lolim
           
 int uplim
           
 
Constructor Summary
Limits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lolim

public int lolim

uplim

public int uplim
Constructor Detail

Limits

public Limits()