public interface Ordered
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Object> |
ASCENDING_COMPARATOR |
static int |
HIGHEST
The highest order, meaning that the value will be the last when ascending comparator is used.
|
static int |
LOWEST
The highest order, meaning that the value will be the first when ascending comparator is used.
|
static int |
MEDIUM |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
static final int HIGHEST
static final int MEDIUM
static final int LOWEST
static final Comparator<Object> ASCENDING_COMPARATOR
Copyright © 2008-2013. All Rights Reserved.