Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Entry<Key, T>

Entry for mapping.

author

Jeongho Nam - https://github.com/samchon

Type parameters

  • Key

  • T

Hierarchy

  • Entry

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Entry(first: Key, second: T): Entry

Properties

Readonly first

first: Key

The first, key element.

second

second: T

The second, mapped element.

Methods

equals

  • equals(obj: Entry<Key, T>): boolean

hashCode

  • hashCode(): number

less

  • less(obj: Entry<Key, T>): boolean

Generated using TypeDoc