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 SummaryConstructors Constructor Description Comparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)intcompare(TripleIndexes m1, TripleIndexes m2)- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Method Detail- 
comparepublic int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)- Specified by:
- comparein interface- org.apache.hadoop.io.RawComparator<TripleIndexes>
 
 - 
comparepublic int compare(TripleIndexes m1, TripleIndexes m2) - Specified by:
- comparein interface- Comparator<TripleIndexes>
 
 
- 
 
-