@Immutable public class IntegerStatistics extends Object
| Constructor and Description |
|---|
IntegerStatistics(OptionalLong min,
OptionalLong max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OptionalLong |
getMax() |
OptionalLong |
getMin() |
int |
hashCode() |
String |
toString() |
public IntegerStatistics(OptionalLong min, OptionalLong max)
public OptionalLong getMin()
public OptionalLong getMax()
Copyright © 2012–2020. All rights reserved.