class BiMultiMapEmpty
extends EmptyBase
Re-export
import { BiMultiMapEmpty } from "https://deno.land/x/rimbu@1.1.0/bimultimap/custom/index.ts";
Constructors
new
BiMultiMapEmpty(context: WithKeyValue<Tp, K, V>["context"])Properties
readonly
keyValueMultiMap: WithKeyValue<Tp, K, V>["keyValueMultiMap"]readonly
valueKeyMultiMap: WithKeyValue<Tp, K, V>["valueKeyMultiMap"]Methods
addEntries(entries: StreamSource<readonly [K, V]>): WithKeyValue<Tp, K, V>["nonEmpty"]
getKeys(): WithKeyValue<Tp, K, V>["valueMultiMapValues"]
getValues(): WithKeyValue<Tp, K, V>["keyMultiMapValues"]
hasEntry(): false
hasKey(): false
hasValue(): false
removeEntries(): WithKeyValue<Tp, K, V>["normal"]
removeEntry(): WithKeyValue<Tp, K, V>["normal"]
removeKey(): WithKeyValue<Tp, K, V>["normal"]
removeKeys(): WithKeyValue<Tp, K, V>["normal"]
removeValue(): WithKeyValue<Tp, K, V>["normal"]
removeValues(): WithKeyValue<Tp, K, V>["normal"]
setKeys(value: V, keys: StreamSource<K>): WithKeyValue<Tp, K, V>["nonEmpty"]
setValues(key: K, values: StreamSource<V>): WithKeyValue<Tp, K, V>["nonEmpty"]
streamKeys(): Stream<K>
streamValues(): Stream<V>
toBuilder(): WithKeyValue<Tp, K, V>["builder"]
toString(): string