< prev index next >

src/java.base/share/classes/java/util/Comparator.java

Print this page

        

*** 92,102 **** * <p>Unlike {@code Comparable}, a comparator may optionally permit * comparison of null arguments, while maintaining the requirements for * an equivalence relation. * * <p>This interface is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @param <T> the type of objects that may be compared by this comparator * * @author Josh Bloch --- 92,102 ---- * <p>Unlike {@code Comparable}, a comparator may optionally permit * comparison of null arguments, while maintaining the requirements for * an equivalence relation. * * <p>This interface is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @param <T> the type of objects that may be compared by this comparator * * @author Josh Bloch
< prev index next >