public static class AbstractInt2ObjectMap.BasicEntry<V> extends Object implements Int2ObjectMap.Entry<V>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractInt2ObjectMap.BasicEntry(Integer key,
V value) |
AbstractInt2ObjectMap.BasicEntry(int key,
V value) |
public AbstractInt2ObjectMap.BasicEntry(int key,
V value)
public int getIntKey()
getIntKey in interface Int2ObjectMap.Entry<V>Map.Entry.getKey()public boolean equals(Object o)
public int hashCode()