Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
ComparableAndComparator.md
blob: 30c47ed41d453ad1d100d80006abc923f86abd47 [
file
] [
view
]
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
.