Package org.apache.wayang.iejoin.data
Class Data.Comparator<Type0 extends Comparable<Type0>,Type1 extends Comparable<Type1>>
java.lang.Object
org.apache.wayang.iejoin.data.Data.Comparator<Type0,Type1>
- All Implemented Interfaces:
Serializable
,Comparator<Data<Type0,
Type1>>
- Enclosing class:
- Data<Type0 extends Comparable<Type0>,
Type1 extends Comparable<Type1>>
public static class Data.Comparator<Type0 extends Comparable<Type0>,Type1 extends Comparable<Type1>>
extends Object
implements Serializable, Comparator<Data<Type0,Type1>>
Created by khayyzy on 5/28/16.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
Comparator
public Comparator(boolean asc1, boolean asc2)
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Type0 extends Comparable<Type0>>
-