public class DictionaryStringComparator extends Object implements Comparator<String>
| Constructor and Description |
|---|
DictionaryStringComparator(Comparator<? super String> comparator)
Constructor with delegate comparator comparing strings containing only
blanks and alphanumeric characters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(String s1,
String s2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic DictionaryStringComparator(Comparator<? super String> comparator)
comparator - the delegate comparatorCopyright © 2025. All rights reserved.