class HashSetEmpty<T>
undocumented
Extends: EmptyBase
Implements: HashSet<T>
Type parameters
Name | Default | Description |
---|---|---|
T | any | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyType
context
undocumented
context
Definition
readonly context:
HashSetContext
<T>;
isEmpty
undocumented
isEmpty
length
undocumented
length
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
add
undocumented
add
assumeNonEmpty
undocumented
assumeNonEmpty
filter
undocumented
filter
forEach
undocumented
forEach
nonEmpty
undocumented
nonEmpty
remove
undocumented
remove
stream
undocumented
stream
symDifference
undocumented
symDifference
Definition
symDifference(other:
StreamSource
<T>):
HashSet
<T>;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |
toArray
undocumented
toArray
toBuilder
undocumented
toBuilder
Definition
toBuilder():
HashSet.Builder
<T>;
union
undocumented
union
Definition
union(other:
StreamSource
<T>):
HashSet
<T>
|
any;
Parameters
Name | Type | Description |
---|---|---|
other | StreamSource <T> |