public class MinMax
extends java.lang.Object
Modifier and Type | Method and 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() |
Copyright © 2019. All Rights Reserved.