Search:

Type: Posts; User: copeg

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,800

    Re: Comparator interface question

    Many basic classes already implement the Comparable interface...for instance String, Integer, Float, Double, etc...in fact the link I provided to the API above lists all known implementing classes in...
  2. Replies
    3
    Views
    1,800

    Re: Comparator interface question

    See the API for Comparable: Comparable (Java Platform SE 6)

    When implementing the Comparator interface, sometimes (but definitely not always) one uses the compareTo method of Comparable ( see...
Results 1 to 2 of 2