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 TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()@NotNull Collection<U>values()Methods inherited from class com.ticxo.modelengine.api.utils.data.tracker.DataTracker
clearDirty, get, ifDirty, ifDirty, isDirty, markDirty, set, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
containsKeyin interfaceMap<T,U>
-
containsValue
- Specified by:
containsValuein interfaceMap<T,U>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-