Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HashMapEntry<K, V>

Type parameters

  • K

  • V

Hierarchy

Implements

Index

Constructors

constructor

  • new HashMapEntry(key: K, value: V, hash: number): HashMapEntry

Properties

Protected key

key: K

Protected value

value: V

Methods

getHashCode

  • getHashCode(): number

getKey

  • getKey(): K

getValue

  • getValue(): V

setHashCode

  • setHashCode(iHashCode: number): void

setValue

  • setValue(newValue: V): void

toString

  • toString(): string

Generated using TypeDoc