|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IValueComparator<T>
public abstract class IValueComparator<T>
An interface to define comparator to be used in sorting with ISort.
ISort
Constructor Summary | |
---|---|
IValueComparator()
|
Method Summary | |
---|---|
int |
compare(T o1,
T o2)
|
abstract double |
value(T o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IValueComparator()
Method Detail |
---|
public abstract double value(T o)
public int compare(T o1, T o2)
compare
in interface IComparator<T>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |