Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImmutableMap<K, V>

Type parameters

  • K

  • V

Hierarchy

Index

Methods

__@iterator

  • __@iterator(): Iterator<K>

containsKey

  • containsKey(key: K): boolean
  • Parameters

    • key: K

    Returns boolean

    true if this map contains a mapping for the specified key.

containsValue

  • containsValue(value: V): boolean

entrySet

get

  • get(key: K): V
  • Parameters

    • key: K

    Returns V

    the value to which the specified key is mapped, or undefined if this map contains no mapping for the key

isEmpty

  • isEmpty(): boolean
  • Returns boolean

    true if this map contains no key-value mappings

keySet

size

  • size(): number
  • Returns number

    the number of key-value mappings in this map

Generated using TypeDoc