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) |
compare
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final String NAME
public boolean equals(Object obj)
equals
in interface Comparator<Object>
equals
in class Object
public int compareForOrderBy(Object objectOne, Object objectTwo)
compareForOrderBy
in interface OCollate
Copyright © 2009–2020 OrientDB. All rights reserved.