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 Summary
FieldsModifier and TypeFieldDescriptiondouble -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
key
public double key -
value
-
next
-
-
Constructor Details
-
DIListEntry
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<DoubleIntListHashMap.DIListEntry>
-
compare
- Specified by:
comparein interfaceComparator<DoubleIntListHashMap.DIListEntry>
-
toString
-