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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public DictionaryStringComparator(Comparator<? super String> comparator)
comparator
- the delegate comparatorCopyright © 2024. All rights reserved.