public class Lists2 extends Object
| Constructor and Description | 
|---|
Lists2()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T,E extends T>  | 
multiMax(Comparator<T> ordering,
        Iterable<E> iterable)
Like Ordering, but handle the case where there are multiple valid maximums 
 | 
public static <T,E extends T> List<E> multiMax(Comparator<T> ordering, Iterable<E> iterable)
Copyright © 2009-2013 jclouds. All Rights Reserved.