Class Tuple2Comparator<T>
- java.lang.Object
-
- org.datavec.local.transforms.misc.comparator.Tuple2Comparator<T>
-
- All Implemented Interfaces:
Serializable,Comparator<Pair<T,Long>>
public class Tuple2Comparator<T> extends Object implements Comparator<Pair<T,Long>>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tuple2Comparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Pair<T,Long> o1, Pair<T,Long> o2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-