Package org.core.utils
Interface MathUtils
public interface MathUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
getAverage(Collection<? extends Number> collection)
static <N> N
getMostCommon(Collection<N> collection)
static <N> N
getMostCommon(BiPredicate<N,N> compare, Collection<N> collection)
static <N extends Number>
NgetMostCommonNumber(Collection<N> collection)
-
Method Details
-
getMostCommonNumber
-
getMostCommon
-
getMostCommon
-
getAverage
-