|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectikg.eleven.sortarray.MyVerfahren
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)
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)
| Method Detail |
|---|
public void sortiere()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||