Package org.apache.druid.query.ordering
Class StringComparators.AlphanumericComparator
java.lang.Object
org.apache.druid.query.ordering.StringComparator
org.apache.druid.query.ordering.StringComparators.AlphanumericComparator
- All Implemented Interfaces:
Comparator<String>
- Enclosing class:
StringComparators
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.query.ordering.StringComparator
fromStringMethods 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, thenComparingLong
-
Constructor Details
-
AlphanumericComparator
public AlphanumericComparator()
-
-
Method Details
-
compare
-
equals
- Specified by:
equalsin interfaceComparator<String>- Overrides:
equalsin classObject
-
hashCode
public int hashCode() -
toString
-
getCacheKey
public byte[] getCacheKey()- Specified by:
getCacheKeyin classStringComparator
-