@tspro/ts-utils-lib
    Preparing search index...

    Class SetBase<VALUE, CLS>Abstract

    An abstract base class implementation of a Set data structure.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Accessors

    • get size(): number

      Returns number

    Methods

    • Returns IterableIterator<VALUE>

    • Parameters

      • fn: (value: VALUE) => boolean

      Returns boolean

    • Parameters

      Returns void

    • Internal
      • This method exists only for interface KVComponent compatibility.

      Parameters

      Returns undefined | VALUE

    • Internal
      • This method exists only for interface KVComponent compatibility.

      Parameters

      Returns VALUE

    • Internal
      • This method exists only for interface KVComponent compatibility.

      Parameters

      Returns VALUE

    • Returns IterableIterator<VALUE>

    • Internal
      • This method exists only for interface KVComponent compatibility.

      Parameters

      Returns void

    • Parameters

      • fn: (value: VALUE) => boolean

      Returns boolean

    • Returns IterableIterator<VALUE>