Overload List
Name | Description | |
---|---|---|
AddEntryListener(IEntryListenerTKey, TValue, Boolean) | Obsolete.
Adds an entry listener for this map.
| |
AddEntryListener(MapListener, Boolean) |
Adds a MapListener for this map.To receive an event, you should implement a corresponding
MapListener sub-interface for that event.
| |
AddEntryListener(IEntryListenerTKey, TValue, IPredicate, Boolean) | Obsolete. Adds an continuous entry listener for this map. | |
AddEntryListener(IEntryListenerTKey, TValue, TKey, Boolean) | Obsolete. Adds the specified entry listener for the specified key. | |
AddEntryListener(MapListener, IPredicate, Boolean) |
Adds a MapListener for this map.To receive an event, you should implement a corresponding
MapListener sub-interface for that event.
| |
AddEntryListener(MapListener, TKey, Boolean) |
Adds a MapListener for the specified key, you should implement a corresponding
MapListener sub-interface for that event.
| |
AddEntryListener(IEntryListenerTKey, TValue, IPredicate, TKey, Boolean) | Obsolete. Adds an continuous entry listener for this map. | |
AddEntryListener(MapListener, IPredicate, TKey, Boolean) |
Adds a MapListener for the specified key, you should implement a corresponding
MapListener sub-interface for that event.
|
See Also