Class GcdCalculator

java.lang.Object
org.jmxtrans.agent.util.GcdCalculator

public class GcdCalculator
extends Object
Author:
Kristoffer Erlandsson
  • Constructor Details

    • GcdCalculator

      public GcdCalculator()
  • Method Details

    • gcd

      public static long gcd​(List<Long> l)
      Finds the greatest common divisor of all numbers in the list.
      Returns:
      the GCD or Long.MAX_VALUE if the list is empty.