comparator and comparable in java interview questions

Learn about comparator and comparable in java interview questions, we have the largest and most updated comparator and comparable in java interview questions information on alibabacloud.com

Java Learning notes--comparable & Comparator

Comparablethe timeTo implement this interface while implementing the comparison method, and for classes that cannot modify the source code, this method cannot be used for comparison sorting, and so on. The source code is:1 Public Interface Comparable {2public int compareTo (T o); 3 }You can use comparisons such as Arrays.sort (t[] a) or collections.sort (list Public Interface Comparator { int comp

A comparison of objects in a Java collection comparable and comparator

There are two ways to sort a property of an object in a collection. A. One is to sort the object class to implement the comparable interface CompareTo method, then put the object into the list, then call Collections.sort (list);B. One is not to make any changes to the Sort object class, create the implementation class C of the comparator interface, then put the object into the list, and then call Collection

Total Pages: 4 1 2 3 4 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.