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.PrimitiveEntrykey in interface IntObjectMap.PrimitiveEntry<V>public V value()
IntObjectMap.PrimitiveEntryvalue in interface IntObjectMap.PrimitiveEntry<V>public void setValue(V value)
IntObjectMap.PrimitiveEntrysetValue in interface IntObjectMap.PrimitiveEntry<V>