Class HashNode<K, V>

data-structure-typed

Author

Tyler Zeng

Copyright

Copyright (c) 2022 Tyler Zeng zrwusa@gmail.com

License

MIT License

Type Parameters

  • K

  • V

Hierarchy

  • HashNode

Constructors

Properties

Constructors

Properties

key: K
next: null | HashNode<K, V>
val: V

Generated using TypeDoc