KeyedCollection<K, V> Interface

    Package: @esfx/collection-core
    Declaration
    export interface KeyedCollection<K, V> extends ReadonlyKeyedCollection<K, V>, KeyedContainer<K, V> 
    Inheritance
    ReadonlyKeyedCollection<K, V>
    KeyedContainer<K, V>
    KeyedCollection<K, V>
    Inherited Members
    [ReadonlyKeyedCollection.keys]()
    [ReadonlyKeyedCollection.size]
    [ReadonlyKeyedCollection.values]()
    [KeyedContainer.delete](key)
    [KeyedContainer.set](key, value)

    Methods

    [KeyedCollection.clear]()

    Clears the collection.

    Declaration
    [KeyedCollection.clear](): void;
    Returns
    void

    Generated by DocFX