Build a tree (part 2)

  • 14
  • Locked
Despite the fact that our tree descends from the AbstractList class, it is not a list in the traditional sense. In particular, we don't have access to methods that take an element's index as an argument. You need to override such methods and throw a new type of exception: UnsupportedOperationExcept
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet