ixfx
    Preparing search index...

    Class MapWithEvents<TKey, TValue>

    A wrapper around a regular Map, but one that fires events when data changes.

    Events:

    • removed: Key/value removed
    • added: Key/value added/updated
    • key-added: Key/value pair added that resulted in a new key
    • key-updated: Value updated for an existing key
    • cleared: Map has been cleared

    Type Parameters

    • TKey
    • TValue

    Hierarchy (View Summary)

    Implements

    Index

    Accessors

    Constructors

    Methods