Package org.apache.wayang.iejoin.data
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Data.Comparator<Type0 extends Comparable<Type0>,
Type1 extends Comparable<Type1>> Created by khayyzy on 5/28/16. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Data
-
-
Method Details
-
resetPivot
public void resetPivot() -
isPivot
public boolean isPivot() -
getRowID
public long getRowID() -
setRowID
public void setRowID(long inRow) -
getValue
-
getRank
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Type0 extends Comparable<Type0>>
-
compareRank
-
compareTo
-
toString
-