interface OrderedHashMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
OrderedHashMap.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
OrderedHashMap.Context
<this['_K']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
OrderedHashMap.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
OrderedHashMap
<this['_K'], this['_V']>;
sourceContext
undocumented
sourceContext
Definition
readonly sourceContext:
HashMap.Context
<this['_K']>;
sourceMapNonEmpty
undocumented
sourceMapNonEmpty
Definition
readonly sourceMapNonEmpty:
HashMap.NonEmpty
<this['_K'], this['_V']>;