class SortedMapBuilder<K,V>
undocumented
Type parameters
Name | Description |
---|---|
K | undocumented |
V | undocumented |
Properties
_children
undocumented
_children
Definition
_children?: undefined
|
SortedMapBuilder
<K, V>[];
addEntries
undocumented
addEntries
Definition
addEntries: (source:
StreamSource
<readonly [K, V]>) => boolean;
buildMapValues
undocumented
buildMapValues
Definition
buildMapValues: <V2>(f: (value: V, key: K) => V2) => SortedMap<K, V2>;
children
undocumented
children
Definition
get children():
SortedMapBuilder
<K, V>[];
set children(value:
SortedMapBuilder
<K, V>[]);
context
undocumented
context
Definition
readonly context:
SortedMapContext
<K>;
modifyAt
undocumented
modifyAt
removeKey
undocumented
removeKey
removeKeys
undocumented
removeKeys
Definition
removeKeys: <UK>(keys:
StreamSource
<
RelatedTo
<K, UK>>) => boolean;
updateAt
undocumented
updateAt
Methods
addEntryInternal
undocumented
addEntryInternal
createNew
undocumented
createNew
Definition
createNew(source?: undefined
|
SortedMap<K, V>, _entries?: undefined
|
(readonly [K, V])[], _children?: undefined
|
SortedMapBuilder
<K, V>[], size?: undefined
|
number):
SortedMapBuilder
<K, V>;
Parameters
Name | Type | Description |
---|---|---|
source | undefined | SortedMap<K, V> | |
_entries | undefined | (readonly [K, V])[] | |
_children | undefined | SortedMapBuilder <K, V>[] | |
size | undefined | number |
modifyAtInternal
undocumented
modifyAtInternal