| Package | Description |
|---|---|
| net.emaze.dysfunctional.order |
| Modifier and Type | Method and Description |
|---|---|
static <T> Order |
Order.of(Comparator<T> comparator,
T lhs,
T rhs) |
static Order |
Order.of(int order) |
Order |
CompareToBuilder.toOrder() |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.