public class MinMax extends Object
Modifier and Type | Method and Description |
---|---|
MinMax |
add(int value) |
MinMax |
add(MinMax other) |
static MinMax |
from(Collection<Integer> values) |
int |
getDiff() |
int |
getMax() |
int |
getMin() |
Copyright © 2014. All Rights Reserved.