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 Details

    • Comparator

      public Comparator(boolean asc1, boolean asc2)
  • Method Details