class HashMapBlockBuilder<K,V>
undocumented
Type parameters
Name | Description |
---|---|
K | undocumented |
V | undocumented |
Properties
_entrySets
undocumented
_entrySets
Definition
_entrySets?: undefined
|
MapBlockBuilderEntry
<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) => HashMap<K, V2>;
context
undocumented
context
Definition
readonly context:
HashMapContext
<K>;
entrySets
undocumented
entrySets
Definition
get entrySets():
MapBlockBuilderEntry
<K, V>[];
forEach
undocumented
forEach
Definition
forEach: (f: (entry: readonly [K, V], index: number, halt: () => void) => void, options?: {
state?:
TraverseState
;
}) => void;
get
undocumented
get
modifyAt
undocumented
modifyAt
removeKey
undocumented
removeKey
removeKeys
undocumented
removeKeys
Definition
removeKeys: <UK>(keys:
StreamSource
<
RelatedTo
<K, UK>>) => boolean;
source
undocumented
source
Definition
source?: undefined
|
HashMapBlock
<K, V>;
updateAt
undocumented
updateAt
Methods
addEntryInternal
undocumented
addEntryInternal
buildNE
undocumented
buildNE
Definition
buildNE():
HashMapBlock
<K, V>;