Class ODefaultCollate
java.lang.Object
com.orientechnologies.common.comparator.ODefaultComparator
com.orientechnologies.orient.core.collate.ODefaultCollate
- All Implemented Interfaces:
OCollate,Serializable,Comparator<Object>
Default collate, does not apply conversions.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Field Summary
FieldsFields inherited from class com.orientechnologies.common.comparator.ODefaultComparator
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.common.comparator.ODefaultComparator
compareMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.orientechnologies.orient.core.collate.OCollate
compareForOrderBy
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ODefaultCollate
public ODefaultCollate()
-
-
Method Details
-
getName
-
transform
-
hashCode
public int hashCode() -
equals
- Specified by:
equalsin interfaceComparator<Object>- Overrides:
equalsin classObject
-
toString
-