ikg.eleven.sortarray
Class Limit

java.lang.Object
  extended byikg.eleven.sortarray.Limit

public class Limit
extends java.lang.Object

This class sets the maximal limits for the class SortArray.
The number of elements is set to
- 750 for graphical observers (17" monitors).
- 20.000 for all other calls.

Version:
1
Author:
U. Seyer

Field Summary
(package private) static int grUpper
          Maximum number of elements used with graphical observer.
(package private) static int upper
          Maximum number of elements.
 
Constructor Summary
Limit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grUpper

static int grUpper
Maximum number of elements used with graphical observer.


upper

static int upper
Maximum number of elements.

Constructor Detail

Limit

public Limit()