Package org.apache.wayang.iejoin.data
Class Data.Comparator<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>>
- java.lang.Object
-
- org.apache.wayang.iejoin.data.Data.Comparator<Type0,Type1>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator<Data<Type0,Type1>>
- Enclosing class:
- Data<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>>
public static class Data.Comparator<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>> extends java.lang.Object implements java.io.Serializable, java.util.Comparator<Data<Type0,Type1>>
Created by khayyzy on 5/28/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Comparator(boolean asc1, boolean asc2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Data o1, Data o2)
-