|
|||||||||
| Home >> All >> riso >> [ approximation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
riso.approximation
Class IntervalComparator

java.lang.Objectriso.approximation.IntervalComparator
- All Implemented Interfaces:
- riso.general.Comparator
- public class IntervalComparator
- extends java.lang.Object
- implements riso.general.Comparator
- extends java.lang.Object
Helper class to make it possible to sort lists of intervals.
| Constructor Summary | |
IntervalComparator()
|
|
| Method Summary | |
boolean |
greater(java.lang.Object a,
java.lang.Object b)
Returns true if the left endpoint of a is greater than the left endpoint of b. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
IntervalComparator
public IntervalComparator()
| Method Detail |
greater
public boolean greater(java.lang.Object a, java.lang.Object b)
- Returns true if the left endpoint of a is greater than the left endpoint of b.
- Specified by:
greaterin interfaceriso.general.Comparator
|
|||||||||
| Home >> All >> riso >> [ approximation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
riso.approximation.IntervalComparator