public class NullSafeStringComparator extends Object implements Comparator<String>
NullSafeStringComparator()
int
compare(String s1, String s2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public NullSafeStringComparator()
public int compare(String s1, String s2)
compare
Comparator<String>