java.lang.ObjectMyVerfahren
public class MyVerfahren
Class for demonstrating sort algorithms.
| Field Summary | |
|---|---|
(package private) GraphicArrayObserver |
gview
The graphical observer attribute |
(package private) SortArray |
myField
We have to instantied the following attributes: - an array of SortArray type |
(package private) int |
start
|
(package private) int |
stop
|
(package private) TextArrayObserver |
view
The textual observer attribute |
| Constructor Summary | |
|---|---|
MyVerfahren(int anz,
char typ)
The constructor with the parameters - number of array elements. |
|
| Method Summary | |
|---|---|
void |
sortiere()
This methods implements the sortalgorithm we want to test. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
GraphicArrayObserver gview
GraphicArrayObserverSortArray myField
int start
int stop
TextArrayObserver view
TextArrayObserver| Constructor Detail |
|---|
public MyVerfahren(int anz,
char typ)
| Method Detail |
|---|
public void sortiere()