ByteType
, DateTimeType
, DateType
, DoubleType
, DurationType
, FloatType
, GDayType
, GMonthDayType
, GMonthType
, GYearMonthType
, GYearType
, IntegerType
, IntType
, LongType
, NegativeIntegerType
, NonNegativeIntegerType
, NonPositiveIntegerType
, NumberType
, PositiveIntegerType
, ShortType
, TimeType
, UnsignedByteType
, UnsignedIntType
, UnsignedLongType
, UnsignedShortType
public interface Comparator
Comparator
in return value.Modifier and Type | Field | Description |
---|---|---|
static int |
EQUAL |
|
static int |
GREATER |
|
static int |
LESS |
|
static int |
UNDECIDABLE |
Modifier and Type | Method | Description |
---|---|---|
int |
compare(Object o1,
Object o2) |
compare to value types and decides its order relation
|
static final int LESS
static final int EQUAL
static final int GREATER
static final int UNDECIDABLE
Copyright © 2019 Oracle Corporation. All rights reserved.