Class TernarySearchTree<K, V>

Type Parameters

  • K
  • V

Constructors

Properties

_iter: IKeyIterator<K>
_root: undefined | TernarySearchTreeNode<K, V>

Methods