Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

  • new CustomBitSet(items?: Iterable<T>, bitSet?: BitSet): CustomBitSet

Properties

Protected bitSet

bitSet: BitSet

Methods

add

  • add(item: T): void

addAll

  • addAll(items: Iterable<T>): void

containsAll

containsAny

containsNone

has

  • has(item: T): boolean

Protected Abstract indexOf

  • indexOf(item: T): number

isEmpty

  • isEmpty(): any

remove

  • remove(item: T): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc