|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.util.CharArrayComparators
public class CharArrayComparators
A set of specific comparators for char [] arrays.
| Field Summary | |
|---|---|
static Comparator<char[]> |
CASE_INSENSITIVE_CHAR_ARRAY_COMPARATOR
A case-insensitive lexicographic comparator. |
static Comparator<char[]> |
FAST_CHAR_ARRAY_COMPARATOR
A case-sensitive lexicographic comparator. |
static Comparator<char[]> |
NORMALIZING_CHAR_ARRAY_COMPARATOR
A comparator that groups different strings into different buckets (case-insensitive) and strings within these buckets (case-sensitive). |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator<char[]> CASE_INSENSITIVE_CHAR_ARRAY_COMPARATOR
public static final Comparator<char[]> FAST_CHAR_ARRAY_COMPARATOR
public static final Comparator<char[]> NORMALIZING_CHAR_ARRAY_COMPARATOR
null string is greater than a non-null one
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||