org.jclouds.util
Class Lists2

java.lang.Object
  extended by org.jclouds.util.Lists2

public class Lists2
extends Object

Author:
Adrian Cole

Constructor Summary
Lists2()
           
 
Method Summary
static
<T,E extends T>
List<E>
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

Lists2

public Lists2()
Method Detail

multiMax

public static <T,E extends T> List<E> multiMax(Comparator<T> ordering,
                                               Iterable<E> iterable)
Like Ordering, but handle the case where there are multiple valid maximums



Copyright © 2009-2012 jclouds. All Rights Reserved.