Overload List
| Name | Description | |
|---|---|---|
| AddEntryListener(IEntryListenerTKey, TValue) |
Adds an entry listener for this map.
| |
| AddEntryListener(IEntryListenerTKey, TValue, IPredicate) | Adds an continuous entry listener for this map. | |
| AddEntryListener(IEntryListenerTKey, TValue, TKey) | Adds the specified entry listener for the specified key. | |
| AddEntryListener(IEntryListenerTKey, TValue, IPredicate, TKey) | Adds an continuous entry listener for this map. |
See Also