class HashMapEmpty<K,V>
undocumented
Extends: EmptyBase
Type parameters
Name | Default | Description |
---|---|---|
K | any | undocumented |
V | any | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyType
context
undocumented
context
Definition
readonly context:
HashMapContext
<K>;
isEmpty
undocumented
isEmpty
length
undocumented
length
size
undocumented
size
Methods
[Symbol.iterator]
undocumented
[Symbol.iterator]
addEntries
undocumented
addEntries
Definition
addEntries(entries:
StreamSource
<readonly [K, V]>): HashMap.NonEmpty<K, V>;
Parameters
Name | Type | Description |
---|---|---|
entries | StreamSource <readonly [K, V]> |
addEntry
undocumented
addEntry
assumeNonEmpty
undocumented
assumeNonEmpty
filter
undocumented
filter
forEach
undocumented
forEach
get
undocumented
get
modifyAt
undocumented
modifyAt
nonEmpty
undocumented
nonEmpty
remove
undocumented
remove
set
undocumented
set
stream
undocumented
stream
toArray
undocumented
toArray