decorated| Constructor and Description |
|---|
ChangeTrackingMap(Map<K,V> target,
AtomicBoolean dirtyFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Map.Entry<K,V>> |
entrySet() |
Set<K> |
keySet() |
V |
put(K k,
V v) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object o) |
Collection<V> |
values() |
containsKey, containsValue, get, isEmpty, sizedecorated, equals, hashCode, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ChangeTrackingMap(Map<K,V> target, AtomicBoolean dirtyFlag)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.