Why is it the compareTo operator requires you impl...
# getting-started
j
Why is it the compareTo operator requires you implement the Comparable<T> interface but the in keyword that calls the contains operator does not require an interface?