NotifiableMap<K, V> constructor
NotifiableMap<K, V> ()
Create an empty NotifiableMap.
Implementation
NotifiableMap() : super() {
_values = Map<K, V>();
}
Create an empty NotifiableMap.
NotifiableMap() : super() {
_values = Map<K, V>();
}