public class LongToIntHashMap.Entry extends Object implements Map.Entry<Long,Integer>, Comparable<LongToIntHashMap.Entry>
Constructor and Description |
---|
LongToIntHashMap.Entry(long key,
int value,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LongToIntHashMap.Entry o) |
Long |
getKey() |
Integer |
getValue() |
Integer |
setValue(Integer value) |
public LongToIntHashMap.Entry(long key, int value, int index)
public int compareTo(LongToIntHashMap.Entry o)
compareTo
in interface Comparable<LongToIntHashMap.Entry>