public interface BinaryTree
  extends InspectableBinaryTree, PositionalContainer {
}