| Package | Description |
|---|---|
| de.alpharogroup.comparators |
This package contains common comparators
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ChainableComparator<T> |
ChainableComparator.of()
Factory method to create a new chainable
Comparator object. |
static <T> ChainableComparator<T> |
ChainableComparator.of(Comparator<T> comparator)
Factory method to create a new chainable
Comparator object from the given
Comparator object. |
static <T> ChainableComparator<T> |
ChainableComparator.of(Comparator<T> comparator,
boolean reverse)
Factory method to create a new chainable
Comparator object from the given
Comparator object and the given reverse flag. |
static <T> ChainableComparator<T> |
ChainableComparator.of(List<Comparator<T>> list)
Factory method to create a new chainable
Comparator object from the given
List of Comparator objects. |
static <T> ChainableComparator<T> |
ChainableComparator.of(List<Comparator<T>> list,
BitSet bits)
Factory method to create a new chainable
Comparator object from the given
List of Comparator objects. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.