dispatchBeforeMapChange(key, value)

Informs map change listeners that an entry will be created, deleted, or updated.

Collections that can dispatch range changes call this method to inform listeners.

On collections

Usage

  • dispatchBeforeMapChange(key, value)

Related