
public class OCaseInsensitiveCollate extends ODefaultComparator implements OCollate
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
INSTANCE| Constructor and Description |
|---|
OCaseInsensitiveCollate() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareForOrderBy(Object objectOne,
Object objectTwo) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
Object |
transform(Object obj) |
compareclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final String NAME
public boolean equals(Object obj)
equals in interface Comparator<Object>equals in class Objectpublic int compareForOrderBy(Object objectOne, Object objectTwo)
compareForOrderBy in interface OCollateCopyright © 2009–2025 OrientDB. All rights reserved.