class SortedMapEmpty<K,V>
undocumented
Type parameters
Name | Default | Description |
---|---|---|
K | any | undocumented |
V | any | undocumented |
Properties
context
undocumented
context
Definition
readonly context:
SortedMapContext
<K>;
Methods
addEntries
undocumented
addEntries
Definition
addEntries(entries:
StreamSource
<readonly [K, V]>): SortedMap.NonEmpty<K, V>;
Parameters
Name | Type | Description |
---|---|---|
entries | StreamSource <readonly [K, V]> |
addEntry
undocumented
addEntry
get
undocumented
get
getKeyAtIndex
undocumented
getKeyAtIndex
getValueAtIndex
undocumented
getValueAtIndex
mapValues
undocumented
mapValues
maxKey
undocumented
maxKey
maxValue
undocumented
maxValue
minKey
undocumented
minKey
minValue
undocumented
minValue
modifyAt
undocumented
modifyAt
set
undocumented
set
toBuilder
undocumented
toBuilder
Definition
toBuilder():
SortedMapBuilder
<K, V>;