applications
Class MinMaxPair

java.lang.Object
  |
  +--applications.MinMaxPair

public class MinMaxPair
extends java.lang.Object


Field Summary
 int max
           
 int min
           
 
Constructor Summary
MinMaxPair(int theMin, int theMax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public int min

max

public int max
Constructor Detail

MinMaxPair

public MinMaxPair(int theMin,
                  int theMax)