public abstract class NameComparatorBase<T> extends Object implements Comparator<T>
Constructor and Description |
---|
NameComparatorBase() |
Modifier and Type | Method and Description |
---|---|
static int |
compareNames(String f0,
String f1) |
static int |
compareStringsNaturalOrder(String s0,
String s1,
boolean caseSensitive) |
protected static int |
getNextIndex(String s,
int start,
boolean numericPart) |
protected static int |
skipWhitespace(String s,
int start) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Copyright © 2023 Frank!Framework. All rights reserved.