|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.VectorComparer.Diff<V>
V
- the variable type.public static class VectorComparer.Diff<V>
Instances of this class are used to hold a variable and a pair of corresponding numerical values.
Method Summary | |
---|---|
java.lang.Double |
getValue1()
Returns the "first" value of the pair of values. |
java.lang.Double |
getValue2()
Returns the "second" value of the pair of values. |
V |
getVariable()
Returns the variable for which the numerical values correspond. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public V getVariable()
public java.lang.Double getValue1()
public java.lang.Double getValue2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |