Package org.jmxtrans.agent.util
Class GcdCalculator
java.lang.Object
org.jmxtrans.agent.util.GcdCalculator
public class GcdCalculator extends Object
- Author:
- Kristoffer Erlandsson
-
Constructor Summary
Constructors Constructor Description GcdCalculator() -
Method Summary
-
Constructor Details
-
GcdCalculator
public GcdCalculator()
-
-
Method Details
-
gcd
Finds the greatest common divisor of all numbers in the list.- Returns:
- the GCD or Long.MAX_VALUE if the list is empty.
-