private class IntCollections.UnmodifiableMap.EntryImpl extends java.lang.Object implements IntObjectMap.PrimitiveEntry<V>
Modifier and Type | Field and Description |
---|---|
private IntObjectMap.PrimitiveEntry<V> |
entry |
Constructor and Description |
---|
EntryImpl(IntObjectMap.PrimitiveEntry<V> entry) |
Modifier and Type | Method and Description |
---|---|
int |
key()
Gets the key for this entry.
|
void |
setValue(V value)
Sets the value for this entry.
|
V |
value()
Gets the value for this entry.
|
private final IntObjectMap.PrimitiveEntry<V> entry
EntryImpl(IntObjectMap.PrimitiveEntry<V> entry)
public int key()
IntObjectMap.PrimitiveEntry
key
in interface IntObjectMap.PrimitiveEntry<V>
public V value()
IntObjectMap.PrimitiveEntry
value
in interface IntObjectMap.PrimitiveEntry<V>
public void setValue(V value)
IntObjectMap.PrimitiveEntry
setValue
in interface IntObjectMap.PrimitiveEntry<V>