org.jtools.compare
Class IndexComparator<T>
java.lang.Object
org.jtools.compare.IndexComparator<T>
- All Implemented Interfaces:
- Comparator<T>
public final class IndexComparator<T>
- extends Object
- implements Comparator<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexComparator
public IndexComparator(T... t)
IndexComparator
public IndexComparator(Collection<T> t)
compare
public int compare(T arg0,
T arg1)
- Specified by:
compare
in interface Comparator<T>
© 2000-2006, JTools.org.