T - public abstract class Ordering<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ordering.OrderingRelation |
| Modifier and Type | Field and Description |
|---|---|
static Ordering<ClassMap<?,?>> |
CLASSMAP
An ordering specific to mapper keys
|
static Ordering<Converter<Object,Object>> |
CONVERTER |
static Ordering<Filter<Object,Object>> |
FILTER
An ordering specific to Filters
|
static Ordering<Mapper<Object,Object>> |
MAPPER
An ordering specific to Mappers
|
static Ordering<MapperKey> |
MAPPER_KEY
An ordering specific to mapper keys
|
| Constructor and Description |
|---|
Ordering() |
| Modifier and Type | Method and Description |
|---|---|
abstract Ordering.OrderingRelation |
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.
|
public abstract Ordering.OrderingRelation order(T object1, T object2)
object1 - object2 - Copyright © 2016 Glasnost. All rights reserved.