Uses of Enum Class
org.apache.commons.math.util.MathUtils.OrderDirection
Packages that use MathUtils.OrderDirection
Package
Description
Specialized exceptions for algorithms errors.
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of MathUtils.OrderDirection in org.apache.commons.math.exception
Methods in org.apache.commons.math.exception that return MathUtils.OrderDirectionConstructors in org.apache.commons.math.exception with parameters of type MathUtils.OrderDirectionModifierConstructorDescriptionNonMonotonousSequenceException
(Number wrong, Number previous, int index, MathUtils.OrderDirection direction, boolean strict) Construct the exception. -
Uses of MathUtils.OrderDirection in org.apache.commons.math.util
Methods in org.apache.commons.math.util that return MathUtils.OrderDirectionModifier and TypeMethodDescriptionstatic MathUtils.OrderDirection
Returns the enum constant of this class with the specified name.static MathUtils.OrderDirection[]
MathUtils.OrderDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.commons.math.util with parameters of type MathUtils.OrderDirectionModifier and TypeMethodDescriptionstatic void
MathUtils.checkOrder
(double[] val, MathUtils.OrderDirection dir, boolean strict) Checks that the given array is sorted.