protected class Long2ObjectMaps.Singleton.SingletonEntry extends Object implements Long2ObjectMap.Entry<V>, Map.Entry<Long,V>
| Modifier | Constructor and Description |
|---|---|
protected |
SingletonEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getKey()
Deprecated.
Please use the corresponding type-specific method instead.
|
long |
getLongKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue@Deprecated public Long getKey()
public long getLongKey()
getLongKey in interface Long2ObjectMap.Entry<V>Map.Entry.getKey()public boolean equals(Object o)
public int hashCode()
Copyright © 2016. All rights reserved.