| Package | Description |
|---|---|
| de.alpharogroup.comparators |
This package contains common comparators.
|
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
ComparatorExtensions.compare(T object,
T compareWithObject,
SortOrder sortOrder)
Compares the given objects and returns the int value.
|
| Constructor and Description |
|---|
ComparableComparator(SortOrder sortOrder)
Instantiates a new comparable comparator.
|
StringComparator(SortOrder sortOrder) |
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.