public class StringComparator extends Object implements Comparator<String>
Constructor and Description |
---|
StringComparator(boolean b) |
Modifier and Type | Method and Description |
---|---|
int |
compare(String o1,
String o2) |
boolean |
isCaseSensitive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(String o1, String o2)
compare
in interface Comparator<String>
public boolean isCaseSensitive()
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.