| Package | Description |
|---|---|
| ma.glasnost.orika.util |
| Modifier and Type | Method and Description |
|---|---|
abstract Ordering.OrderingRelation |
Ordering.order(T object1,
T object2)
Returns if object1 should be ordered before or after object2; The
ordering between object1 and object 2 can also be undefined.
|
static Ordering.OrderingRelation |
Ordering.OrderingRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ordering.OrderingRelation[] |
Ordering.OrderingRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Glasnost. All Rights Reserved.