- MathematicalFunction - Interface in lib.easyjava.math.function
-
A placeholder for subclassing.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface lib.easyjava.type.MultiMap
-
If the specified key is not already associated with a value or is
associated with null, associates it with the given non-null value.
- millisUntilNextCall() - Method in class lib.easyjava.net.rest.MultiRateLimiter
-
- millisUntilNextCall() - Method in interface lib.easyjava.net.rest.RateLimiter
-
- millisUntilNextCall() - Method in class lib.easyjava.net.rest.SingleRateLimiter
-
- minus(UnivariatePolynomialFunction) - Method in class lib.easyjava.math.function.UnivariatePolynomialFunction
-
Subtracts the provided function from this one
- MultiMap<K,V> - Interface in lib.easyjava.type
-
An interface for a multimap roughly conforming to Java's map specifications
- MultiRateLimiter - Class in lib.easyjava.net.rest
-
- MultiRateLimiter(RateLimiter.Type, List<Pair<Integer, Long>>) - Constructor for class lib.easyjava.net.rest.MultiRateLimiter
-
- mutate() - Method in interface lib.easyjava.ml.optimization.ga.GeneticAlgorithmSolution
-
Mutates the solution somehow, ideally randomly, changing some trait(s) in
some way.