public final class ObservedEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Runnable |
callback |
| Modifier | Constructor and Description |
|---|---|
protected |
ObservedEntry(java.util.Map.Entry<K,V> entry,
java.lang.Runnable callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |