Package com.vladsch.flexmark.util.misc
Class MinMaxAvgInt
- java.lang.Object
-
- com.vladsch.flexmark.util.misc.MinMaxAvgInt
-
public class MinMaxAvgInt extends Object
-
-
Constructor Summary
Constructors Constructor Description MinMaxAvgInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int value)voidadd(MinMaxAvgInt other)voiddiff(int start, int end)intgetAvg(int count)intgetMax()intgetMin()intgetTotal()
-
-
-
Method Detail
-
add
public void add(int value)
-
add
public void add(MinMaxAvgInt other)
-
diff
public void diff(int start, int end)
-
getMin
public int getMin()
-
getMax
public int getMax()
-
getTotal
public int getTotal()
-
getAvg
public int getAvg(int count)
-
-