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