public class DoubleIntListHashMap.DIListEntry extends Object implements Comparator<DoubleIntListHashMap.DIListEntry>, Comparable<DoubleIntListHashMap.DIListEntry>
Modifier and Type | Field and Description |
---|---|
double |
key |
DoubleIntListHashMap.DIListEntry |
next |
IntArrayList |
value |
Constructor and Description |
---|
DIListEntry(double ekey,
IntArrayList evalue) |
Modifier and Type | Method and Description |
---|---|
int |
compare(DoubleIntListHashMap.DIListEntry arg0,
DoubleIntListHashMap.DIListEntry arg1) |
int |
compareTo(DoubleIntListHashMap.DIListEntry o) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public double key
public IntArrayList value
public DoubleIntListHashMap.DIListEntry next
public DIListEntry(double ekey, IntArrayList evalue)
public int compareTo(DoubleIntListHashMap.DIListEntry o)
compareTo
in interface Comparable<DoubleIntListHashMap.DIListEntry>
public int compare(DoubleIntListHashMap.DIListEntry arg0, DoubleIntListHashMap.DIListEntry arg1)
compare
in interface Comparator<DoubleIntListHashMap.DIListEntry>
Copyright © 2020 The Apache Software Foundation. All rights reserved.