public class ComparableIntArray extends Object implements Comparable<ComparableIntArray>
| Modifier and Type | Field and Description |
|---|---|
static ComparableIntArray |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComparableIntArray rhs) |
boolean |
equals(Object obj) |
int[] |
getDelegate() |
int |
hashCode() |
static ComparableIntArray |
of(int... array) |
String |
toString() |
public static final ComparableIntArray EMPTY_ARRAY
public static ComparableIntArray of(int... array)
public int[] getDelegate()
public int compareTo(ComparableIntArray rhs)
compareTo in interface Comparable<ComparableIntArray>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.