class HashMapEmpty<K,V>
undocumented
Extends: EmptyBase
Implements: HashMap<K,V>
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
Definition
addEntry(entry: readonly [K, V]):
HashMap.NonEmpty
<K, V>;
Parameters
Name | Type | Description |
---|---|---|
entry | readonly [K, V] |
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
toBuilder
undocumented
toBuilder
Definition
toBuilder():
HashMap.Builder
<K, V>;