public interface IIterableValueProvider<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
T |
getMaxValue() |
T |
getMinValue() |
T |
next() |
T next() throws ValueIteratorException
ValueIteratorExceptionT getMinValue()
T getMaxValue()
Copyright © 2007–2017 Andreas Bartels. All rights reserved.