Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • E

Hierarchy

  • Set

Implements

Index

Constructors

constructor

  • new Set(): Set

Properties

Private _elements

_elements: E[]

Methods

add

  • add(e: E): boolean

addAll

  • addAll(c: E[]): boolean

clear

  • clear(): void

contains

  • contains(o: any): boolean

containsAll

  • containsAll(c: any[]): boolean

equals

  • equals(o: ISet<E>): boolean

hashCode

  • hashCode(): number

isEmpty

  • isEmpty(): boolean

remove

  • remove(o: any): boolean

removeAll

  • removeAll(c: any[]): boolean

retainAll

  • retainAll(c: any[]): boolean

size

  • size(): number

toArray

  • toArray(): E[]

Generated using TypeDoc