|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.util.Lists2
public class Lists2
Constructor Summary | |
---|---|
Lists2()
|
Method Summary | ||
---|---|---|
static
|
multiMax(Comparator<T> ordering,
Iterable<E> iterable)
Like Ordering, but handle the case where there are multiple valid maximums |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lists2()
Method Detail |
---|
public static <T,E extends T> List<E> multiMax(Comparator<T> ordering, Iterable<E> iterable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |