| Package | Description |
|---|---|
| ma.glasnost.orika.util |
| Modifier and Type | Field and Description |
|---|---|
static Ordering<ClassMap<?,?>> |
Ordering.CLASSMAP
An ordering specific to mapper keys
|
static Ordering<Converter<Object,Object>> |
Ordering.CONVERTER |
static Ordering<Filter<Object,Object>> |
Ordering.FILTER
An ordering specific to Filters
|
static Ordering<Mapper<Object,Object>> |
Ordering.MAPPER
An ordering specific to Mappers
|
static Ordering<MapperKey> |
Ordering.MAPPER_KEY
An ordering specific to mapper keys
|
protected Ordering<V> |
SortedCollection.ordering |
| Constructor and Description |
|---|
SortedCollection(Collection<? extends V> c,
Ordering<V> ordering) |
SortedCollection(Ordering<V> ordering) |
SortedSet(Collection<? extends V> c,
Ordering<V> ordering) |
SortedSet(Ordering<V> ordering) |
Copyright © 2017 Glasnost. All Rights Reserved.