Package org.apache.druid.segment.data
Class ComparableIntArray
- java.lang.Object
-
- org.apache.druid.segment.data.ComparableIntArray
-
- All Implemented Interfaces:
Comparable<ComparableIntArray>
public class ComparableIntArray extends Object implements Comparable<ComparableIntArray>
-
-
Field Summary
Fields Modifier and Type Field Description static ComparableIntArrayEMPTY_ARRAY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ComparableIntArray rhs)booleanequals(Object obj)int[]getDelegate()inthashCode()static ComparableIntArrayof(int... array)StringtoString()
-
-
-
Field Detail
-
EMPTY_ARRAY
public static final ComparableIntArray EMPTY_ARRAY
-
-
Method Detail
-
of
public static ComparableIntArray of(int... array)
-
getDelegate
public int[] getDelegate()
-
compareTo
public int compareTo(ComparableIntArray rhs)
- Specified by:
compareToin interfaceComparable<ComparableIntArray>
-
-