Class Data<Type0 extends Comparable<Type0>,Type1 extends Comparable<Type1>>

java.lang.Object
org.apache.wayang.iejoin.data.Data<Type0,Type1>
All Implemented Interfaces:
Serializable, Comparable<Data<Type0,Type1>>

public class Data<Type0 extends Comparable<Type0>,Type1 extends Comparable<Type1>> extends Object implements Serializable, Comparable<Data<Type0,Type1>>
Created by khayyzy on 5/28/16.
See Also:
  • Constructor Details

    • Data

      public Data(long rowID, Type0 value, Type1 rank)
  • Method Details

    • resetPivot

      public void resetPivot()
    • isPivot

      public boolean isPivot()
    • getRowID

      public long getRowID()
    • setRowID

      public void setRowID(long inRow)
    • getValue

      public Type0 getValue()
    • getRank

      public Type1 getRank()
    • compareTo

      public int compareTo(Data<Type0,Type1> d)
      Specified by:
      compareTo in interface Comparable<Type0 extends Comparable<Type0>>
    • compareRank

      public int compareRank(Data<Type0,Type1> d)
    • compareTo

      public int compareTo(Type0 o)
    • toString

      public String toString()
      Overrides:
      toString in class Object