Comparator (Java Platform SE 7 ) - Oracle Help Center
Unlike Comparable, a comparator may optionally permit comparison of null arguments, while maintaining the requirements for an equivalence relation. This interface is a member of the Java Collections Framework. Since: 1.2 See Also: Comparable, Serializable...