Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HashSet<T>

A basic hash set implementation.

Type parameters

Hierarchy

  • HashSet

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private map

map: object

Type declaration

  • [hash: string]: T

Methods

add

  • add(item: T): void

contains

  • contains(item: T): boolean

remove

  • remove(item: T): void

Generated using TypeDoc