class HashSetCollision<T>
undocumented
Extends: HashSetNonEmptyBase<T>
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
context
undocumented
context
entries
undocumented
entries
Definition
readonly entries:
List.NonEmpty
<T>;
isEmpty
undocumented
isEmpty
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
add
undocumented
add
addAll
undocumented
addAll
Definition
addAll(values:
StreamSource
<T>): HashSet.NonEmpty<T>;
Parameters
Name | Type | Description |
---|---|---|
values | StreamSource <T> |
Overrides
asNormal
undocumented
asNormal
assumeNonEmpty
undocumented
assumeNonEmpty
copy
undocumented
copy
Definition
copy(entries?:
List.NonEmpty
<T>):
HashSetCollision
<T>;
Parameters
Name | Type | Description |
---|---|---|
entries | List.NonEmpty <T> |
difference
undocumented
difference
Definition
difference(other:
StreamSource
<T>): HashSet<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
Overrides
filter
undocumented
filter
forEach
undocumented
forEach
Definition
forEach(f: (entry: T, index: number, halt: () => void) => void, options?: {
state?:
TraverseState
;
}): void;
Parameters
Name | Type | Description |
---|---|---|
f | (entry: T, index: number, halt: () => void) => void | |
options | { state?: TraverseState ; } |
Overrides
has
undocumented
has
intersect
undocumented
intersect
Definition
intersect(other:
StreamSource
<T>): HashSet<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
Overrides
nonEmpty
undocumented
nonEmpty
remove
undocumented
remove
removeAll
undocumented
removeAll
Definition
removeAll(values:
StreamSource
<T>): HashSet<T>;
Parameters
Name | Type | Description |
---|---|---|
values | StreamSource <T> |
Overrides
stream
undocumented
stream
symDifference
undocumented
symDifference
Definition
symDifference(other:
StreamSource
<T>): HashSet<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
Overrides
toArray
undocumented
toArray
toBuilder
undocumented
toBuilder
toJSON
undocumented
toJSON
toString
undocumented
toString
union
undocumented
union
Definition
union(other:
StreamSource
<T>): HashSet.NonEmpty<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |