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