Package | Description |
---|---|
org.unix4j.util.sort |
Contains interfaces and classes related to sorting.
|
Modifier and Type | Method and Description |
---|---|
static TrimBlanksStringComparator.Mode |
TrimBlanksStringComparator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimBlanksStringComparator.Mode[] |
TrimBlanksStringComparator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TrimBlanksStringComparator(TrimBlanksStringComparator.Mode mode,
Comparator<? super CharSequence> comparator)
Constructor with mode and delegate comparator performing the actual
string comparison on the trimmed strings or character sequences.
|
Copyright © 2024. All rights reserved.