sources
Class SortFeld

java.lang.Object
  extended bysources.SortFeld
All Implemented Interfaces:
java.lang.Cloneable

public class SortFeld
extends java.lang.Object
implements java.lang.Cloneable

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

feld

public int[] feld
the index array


id

public int id
the id of the corresponding variable

Constructor Detail

SortFeld

public SortFeld(int laenge,
                int identnr)
Creates new SortFeld

Parameters:
laenge - the length of the sortfeld
identnr - the id of the corresponding varialble
Method Detail

clone

public java.lang.Object clone()
clones the sortfeld

Returns:
the clone of the sortfeld

getPosFrom

public int getPosFrom(int j)