Class MapDataTracker<T,U>
java.lang.Object
com.ticxo.modelengine.api.utils.data.tracker.DataTracker<Map<T,U>>
com.ticxo.modelengine.api.utils.data.tracker.MapDataTracker<T,U>
- All Implemented Interfaces:
Map<T,
U>
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.ticxo.modelengine.api.utils.data.tracker.DataTracker
equal, isDirty, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
void
int
size()
@NotNull Collection<U>
values()
Methods inherited from class com.ticxo.modelengine.api.utils.data.tracker.DataTracker
clearDirty, get, ifDirty, ifDirty, isDirty, markDirty, set, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MapDataTracker
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<T,
U>
-
containsValue
- Specified by:
containsValue
in interfaceMap<T,
U>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-