public interface IntMaximumSupplier
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This is a functional interface
whose functional method is getMaximum()
.
Modifier and Type | Method and Description |
---|---|
int |
getMaximum()
Gets a maximum value.
|
int getMaximum()
Copyright © 2005-2018 Units of Measurement project. All Rights Reserved.