org.ros.math
Class CollectionMath

java.lang.Object
  extended by org.ros.math.CollectionMath

public class CollectionMath
extends java.lang.Object


Method Summary
static
<T extends java.lang.Comparable<? super T>>
T
median(java.util.Collection<T> collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

median

public static <T extends java.lang.Comparable<? super T>> T median(java.util.Collection<T> collection)