|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuserinterface.gui.MultiTupel
public class MultiTupel
Constructor Summary | |
---|---|
MultiTupel(int index,
java.util.ArrayList<java.lang.Double> values)
Constructs a MultiTuple with one index and a set of values for this index |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
int |
getIndex()
Returns the index entry of a tuple |
java.util.ArrayList<java.lang.Double> |
getValues()
Returns the value list of a tuple |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiTupel(int index, java.util.ArrayList<java.lang.Double> values)
index
- The index of the entryvalues
- The list of values of the entryMethod Detail |
---|
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public int getIndex()
public java.util.ArrayList<java.lang.Double> getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |