java.lang.ObjectLimit
public class Limit
This class sets the maximal limits for the class SortArray.
The number of elements is set to
- 750 for graphical observers (17" monitors).
- 10.000 for all other calls.
| 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()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static int grUpper
static int upper
| Constructor Detail |
|---|
public Limit()