Package net.sourceforge.plantuml.hector2
Class MinMax
- java.lang.Object
-
- net.sourceforge.plantuml.hector2.MinMax
-
public class MinMax extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MinMax
add(int value)
MinMax
add(MinMax other)
static MinMax
from(java.util.Collection<java.lang.Integer> values)
int
getDiff()
int
getMax()
int
getMin()
-