Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • V

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _keys

_keys: string[]

Protected _patches

Private _reverse

_reverse: boolean

Protected _values

_values: PlainObject<V | null>

Methods

ceilingEntry_

  • ceilingEntry_(key: string): SMapEntry<V> | null

Private ceilingEntry__

  • ceilingEntry__(key: string): SMapEntry<V> | null

ceilingKey_

  • ceilingKey_(key: string): string | null

Private ceilingKey__

  • ceilingKey__(key: string): string | null

clearAndPutAll_

  • clearAndPutAll_(mappings: PlainObject<V | null>): this

Protected clearAndPutAll__

  • clearAndPutAll__(mappings: PlainObject<V | null>): void

clearAndPut_

  • clearAndPut_(key: string, value: V | null): null

Protected clearAndPut__

  • clearAndPut__(key: string, value: V | null): null

clear_

  • clear_(): this

Protected clear__

  • clear__(): void

containsKey_

  • containsKey_(key: string): boolean

containsValue_

  • containsValue_(value: unknown, comparator: Comparator, thisArg: unknown): boolean

descendingMap_

each_

  • each_(iteratee: Iteratee<string, V | null, any>, thisArg: unknown, reverse?: boolean): void

filter_

  • filter_(iteratee: Iteratee<string, V | null, any>, thisArg: unknown): this

Protected filter__

  • filter__(iteratee: Iteratee<string, any, any>, thisArg: unknown): void

find_

  • find_(predicate: Iteratee<string, V | null, any>, thisArg: unknown, reverse?: boolean): unknown

firstEntry_

Private firstEntry__

firstKey_

  • firstKey_(): string

Private firstKey__

floorEntry_

  • floorEntry_(key: string): SMapEntry<V> | null

Private floorEntry__

  • floorEntry__(key: string): SMapEntry<V> | null

floorKey_

  • floorKey_(key: string): string | null

Private floorKey__

  • floorKey__(key: string): string | null

fromJson_

  • fromJson_(json: unknown): void

fromString_

  • fromString_(str: string): void

getAndIncrementRevision_

  • getAndIncrementRevision_(): number

getKeys_

  • getKeys_(): string[]

getRevision_

  • getRevision_(): number

getValues_

getWrapper_

get_

  • get_(key: string): V | null

headMap_

higherEntry_

  • higherEntry_(key: string): SMapEntry<V> | null

Private higherEntry__

  • higherEntry__(key: string): SMapEntry<V> | null

higherKey_

  • higherKey_(key: string): string | null

Private higherKey__

  • higherKey__(key: string): string | null

initialize_

  • initialize_(): void

isEmpty_

  • isEmpty_(): boolean

isInitialized_

  • isInitialized_(): boolean

isLocked_

  • isLocked_(): boolean

isNonNull_

  • isNonNull_(): boolean

isPatchApplicable_

  • isPatchApplicable_(patches: unknown[], revision: number, hasNoPatches: boolean): boolean

isPatchEmpty_

  • isPatchEmpty_(patches: unknown[]): boolean

isReadOnly_

  • isReadOnly_(): boolean

lastEntry_

Private lastEntry__

lastKey_

  • lastKey_(): string

Private lastKey__

  • lastKey__(): string

lock_

  • lock_(): void

lowerEntry_

  • lowerEntry_(key: string): SMapEntry<V> | null

Private lowerEntry__

  • lowerEntry__(key: string): SMapEntry<V> | null

lowerKey_

  • lowerKey_(key: string): string | null

Private lowerKey__

  • lowerKey__(key: string): string | null

Protected makeInitValues_

mergeEvents_

Protected newInitArgs_

  • newInitArgs_(): unknown[]

Protected newValueArgs_

  • newValueArgs_(initArgs: unknown[]): unknown[]

onClear_

  • onClear_(): void

onMergedEvent_

  • onMergedEvent_(args: unknown[]): void

onPutAll_

onPut_

  • onPut_(key: string, value: V | null): boolean

onRemoveAll_

onRemove_

  • onRemove_(key: string): void

patch_

  • patch_(patches: unknown[]): unknown[] | null

pushChangeEvent_

  • pushChangeEvent_(initArg: unknown | null, changeArgs: unknown[]): void

pushEvent_

  • pushEvent_(name: string, args: unknown[]): void

putAll_

Protected putAll__

put_

  • put_(key: string, value: V | null): V | null

Protected put__

  • put__(key: string, value: V | null): V | null

remove_

  • remove_(key: string): V | null

Protected remove__

  • remove__(key: string): V | null

reput_

  • reput_(key: string): V | null

Protected reput__

  • reput__(key: string): V | null

resetAuthorizedRevision_

  • resetAuthorizedRevision_(): void

size_

  • size_(): number

subMap_

tailMap_

toEventData_

toJson_

toObject_

toString_

  • toString_(): string

Protected toUpdated_

  • toUpdated_(): void

triggerEvents_

uninitialize_

  • uninitialize_(): void

unlock_

  • unlock_(): void

values_

  • values_(): Array<V | null>

Generated using TypeDoc