java.lang.Object
org.zfcj.math.numbers.IntegerDivision
- All Implemented Interfaces:
org.zfcj.math.set.BiFunction<Integer,,Integer, Integer> org.zfcj.math.set.BinaryOperator<Integer>
A
BinaryOperator that divides one Integers by
another and returns their quotient-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerDivision
public IntegerDivision()
-
-
Method Details
-
apply
Description copied from interface:org.zfcj.math.set.BiFunctionApplies the function to the given input elements t and u and returns the corresponding output element
-