Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HashMapState<K, V>

Type parameters

  • K

  • V

Hierarchy

  • HashMapState

Index

Properties

bins

bins: Pair<K, V>[]

equiv

equiv: Predicate2<K>

hash

hash: Fn<K, number>

load

load: number

mask

mask: number

size

size: number

Generated using TypeDoc