Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NavigableHashImpl<K, V>

Type parameters

  • K

  • V

Hierarchy

  • NavigableHashImpl

Index

Constructors

constructor

Methods

ceilingEntry

clear

  • clear(): void

comparator

firstEntry

floorEntry

getEntry

getNavigableHashNodeCollectable

getNavigableHashNodeComparator

higherEntry

isEmpty

  • isEmpty(): boolean

lastEntry

lowerEntry

nextHigherNode

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
  • Parameters

    • key: K

    Returns V

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

removeElement

size

  • size(): number

Generated using TypeDoc