public class Mod extends ArithmeticOperation
Mod()
static UnaryFunction<Number,Number>
by(int factor)
Number
evaluate(Number left, Number right)
static Mod
instance()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Mod()
public Number evaluate(Number left, Number right)
public static Mod instance()
public static UnaryFunction<Number,Number> by(int factor)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.