Back to Error Prone

ComparableAndComparator

docs/bugpattern/ComparableAndComparator.md

2.49.0175 B
Original Source

A Comparator is an object that knows how to compare other objects, whereas an object implementing Comparable knows how to compare itself to other objects of the same type.