| Package | Description |
|---|---|
| org.boon.sort |
| Modifier and Type | Method and Description |
|---|---|
SortType |
Sort.getType() |
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
UniversalComparator.universalComparator(String sortBy,
Map<String,FieldAccess> fields,
SortType sortType,
List<Comparator> comparators) |
| Constructor and Description |
|---|
Sort(String name,
SortType type) |
Sort(String name,
SortType type,
boolean nullsFirst) |
UniversalComparator(String sortBy,
Map<String,FieldAccess> fields,
SortType sortType,
List<Comparator> comparators) |
Copyright © 2014. All rights reserved.