Package net.anwiba.commons.utilities.io
Interface IIterableValueProvider<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface IIterableValueProvider<T> extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMaxValue()TgetMinValue()Tnext()
-
-
-
Method Detail
-
next
T next() throws ValueIteratorException
- Throws:
ValueIteratorException
-
getMinValue
T getMinValue()
-
getMaxValue
T getMaxValue()
-
-