Interface MapChange<K,V>
- All Superinterfaces:
ContainerChange<Map<K,V>, V>
ContainerChange for Maps.- Since:
- 1.0.0
- See Also:
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.container.ContainerChange
getContainer, getCount, getElement, getType
-
Method Details
-
getKey
- Parameters:
index- the index of the changedkeyin the range from0tocount - 1.- Returns:
- the key at the given
index. In case ofChangeType.REMOVEthe removed key, in case ofChangeType.ADDthe inserted key, and in case ofChangeType.UPDATEthe key of the updated element.
-