Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkedHashMap<K, V>

Type parameters

  • K

  • V

Hierarchy

Implements

Index

Constructors

constructor

Methods

__@iterator

  • __@iterator(): Iterator<K>

addEntry

  • addEntry(hash: number, key: K, value: V, bucket: number): void

clear

  • clear(): void

containsKey

  • containsKey(key: K): boolean

containsValue

  • containsValue(value: V): boolean

deprecatedGetFirstEntryForIterator

deprecatedGetNextEntryForIterator

entrySet

get

  • get(key: K): V

getEntry

getHeader

immutableMap

initializeElements

isEmpty

  • isEmpty(): boolean

keySet

newEntryIterator

newKeyIterator

newValueIterator

put

  • put(key: K, value: V): V
  • Parameters

    • key: K
    • value: V

    Returns V

    the previous value associated with key, or undefined if there was no mapping for key. (An undefined return can also indicate that the map previously associated undefined with key.)

remove

  • remove(key: K): V

size

  • size(): number

toJSON

Generated using TypeDoc