Class DoubleIntListHashMap.DIListEntry
- java.lang.Object
- 
- org.apache.sysds.runtime.compress.utils.DoubleIntListHashMap.DIListEntry
 
- 
- All Implemented Interfaces:
- Comparable<DoubleIntListHashMap.DIListEntry>,- Comparator<DoubleIntListHashMap.DIListEntry>
 - Enclosing class:
- DoubleIntListHashMap
 
 public static class DoubleIntListHashMap.DIListEntry extends Object implements Comparator<DoubleIntListHashMap.DIListEntry>, Comparable<DoubleIntListHashMap.DIListEntry> 
- 
- 
Field SummaryFields Modifier and Type Field Description doublekeyDoubleIntListHashMap.DIListEntrynextIntArrayListvalue
 - 
Constructor SummaryConstructors Constructor Description DIListEntry(double ekey, IntArrayList evalue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(DoubleIntListHashMap.DIListEntry arg0, DoubleIntListHashMap.DIListEntry arg1)intcompareTo(DoubleIntListHashMap.DIListEntry o)StringtoString()- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Field Detail- 
keypublic double key 
 - 
valuepublic IntArrayList value 
 - 
nextpublic DoubleIntListHashMap.DIListEntry next 
 
- 
 - 
Constructor Detail- 
DIListEntrypublic DIListEntry(double ekey, IntArrayList evalue)
 
- 
 - 
Method Detail- 
compareTopublic int compareTo(DoubleIntListHashMap.DIListEntry o) - Specified by:
- compareToin interface- Comparable<DoubleIntListHashMap.DIListEntry>
 
 - 
comparepublic int compare(DoubleIntListHashMap.DIListEntry arg0, DoubleIntListHashMap.DIListEntry arg1) - Specified by:
- comparein interface- Comparator<DoubleIntListHashMap.DIListEntry>
 
 
- 
 
-