Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: TreeMap:

    by Norm
    Replies
    5
    Views
    997

    Re: TreeMap:

    You don't compare them. The TreeMap class code does that.

    Did you read the API doc for the TreeMap class?
  2. Thread: TreeMap:

    by Norm
    Replies
    5
    Views
    997

    Re: TreeMap:

    Read the API doc for the put() method. It says it will throw that exception if the node being added cannot be compared. That would mean the class needs to implement Comparable.
Results 1 to 2 of 2