| Constructor and Description |
|---|
MapEntry(long k,
long v)
Constructs entry with given key and value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getKey() |
Long |
getValue() |
int |
hashCode() |
Long |
setValue(Long value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic MapEntry(long k,
long v)
k - key.v - value.public int hashCode()
public boolean equals(Object o)
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.