private class Internal.MapAdapter.EntryAdapter
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map.Entry<K,RealValue> |
realEntry |
| Constructor and Description |
|---|
EntryAdapter(java.util.Map.Entry<K,RealValue> realEntry) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |