Interface IBinaryTree<K, V, R>

Public, implementation-agnostic binary tree API. K = key, V = value, R = raw/record used with toEntryFn (optional). Transforming methods like map use method-level generics MK/MV/MR.

Type Parameters

  • K = any
  • V = any
  • R = any

Implemented by