|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsources.SortFeld
A class for Sorting (with this, only the integer array will be sorted!)
Field Summary | |
int[] |
feld
the index array |
int |
id
the id of the corresponding variable |
Constructor Summary | |
SortFeld(int laenge,
int identnr)
Creates new SortFeld |
Method Summary | |
java.lang.Object |
clone()
clones the sortfeld |
int |
getPosFrom(int j)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int[] feld
public int id
Constructor Detail |
public SortFeld(int laenge, int identnr)
laenge
- the length of the sortfeldidentnr
- the id of the corresponding varialbleMethod Detail |
public java.lang.Object clone()
public int getPosFrom(int j)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |