Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SNavigableMapSubMapTarget<V>

Type parameters

  • V

Hierarchy

Implemented by

Index

Methods

getAndIncrementRevision_

  • getAndIncrementRevision_(): number

getKeys_

  • getKeys_(): string[]

getValues_

getWrapper_

isInitialized_

  • isInitialized_(): boolean

isLocked_

  • isLocked_(): boolean

isNonNull_

  • isNonNull_(): boolean

isReadOnly_

  • isReadOnly_(): boolean

lock_

  • lock_(): void

onRemoveAll_

pushChangeEvent_

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

putAll_

put_

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

remove_

  • remove_(key: string): V | null

reput_

  • reput_(key: string): V | null

toEventData_

unlock_

  • unlock_(): void

Generated using TypeDoc