You are trying to use the methods of BinaryNodeWithSize in a static context (eg BinaryNodeWithSize.insert()), which is why you are receiving the errors. Rather, you should be doing in the context of...