Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
ComparableAndComparator.md
blob: 30c47ed41d453ad1d100d80006abc923f86abd47 [
file
] [
log
] [
blame
] [
view
] [
edit
]
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
.