Interface IHashSetStatic

Index

Construct signatures

Construct signatures

constructor(): IHashSet

Returns

IHashSet

constructor(options: IHashtableOptions): IHashSet

Parameters

Returns

IHashSet

constructor(hashCode?: (value: TValue) => any, equals?: (value1: TValue, value2: TValue) => boolean): IHashSet

Parameters

  • hashCode?: (value: TValue) => any optional
  • equals?: (value1: TValue, value2: TValue) => boolean optional

Returns

IHashSet