Class TripleIndexes.Comparator
java.lang.Object
org.apache.sysds.runtime.matrix.data.TripleIndexes.Comparator
- All Implemented Interfaces:
Comparator<TripleIndexes>,org.apache.hadoop.io.RawComparator<TripleIndexes>
- Enclosing class:
- TripleIndexes
public static class TripleIndexes.Comparator
extends Object
implements org.apache.hadoop.io.RawComparator<TripleIndexes>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2) intcompare(TripleIndexes m1, TripleIndexes m2) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Comparator
public Comparator()
-
-
Method Details
-
compare
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2) - Specified by:
comparein interfaceorg.apache.hadoop.io.RawComparator<TripleIndexes>
-
compare
- Specified by:
comparein interfaceComparator<TripleIndexes>
-