public class CompositeComparator extends Object
| Constructor and Description |
|---|
CompositeComparator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Comparator<T> |
build(Comparator<T>... comparators)
Builds a comparator that delegates on a list of comparators.
|
public static <T> Comparator<T> build(Comparator<T>... comparators)
T - The type of the objects to compare.comparators - The list of comparators to use.Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.