public interface CompleteBinaryTree extends BinaryTree { public Position add(Object elem); public Object remove(); }