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