|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.IntervalComparer.Diff<V>
V
- the variable type.public static class IntervalComparer.Diff<V>
Instances of this class are used to hold a variable and a pair of corresponding intervals. The pair of intervals are considered to be non-equivalent, or different.
Method Summary | |
---|---|
Interval |
getInterval1()
Returns the "first" interval of the pair of intervals. |
Interval |
getInterval2()
Returns the "second" interval of the pair of intervals. |
V |
getVariable()
Returns the variable for which the intervals 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 Interval getInterval1()
public Interval getInterval2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |