Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImmutableMultiMap<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 MultiMap contains one or more mappings for the specified key.

count

  • count(key: K): number
  • Parameters

    • key: K

    Returns number

    the number of values for this key in the MultiMap; possibly zero but never negative

entrySet

get

isEmpty

  • isEmpty(): boolean

keySet

size

  • size(): number

Generated using TypeDoc