Package net.anwiba.commons.utilities.io
Interface IValueProvider<T>
-
- All Known Implementing Classes:
ListValueProvider
public interface IValueProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfValues()TgetValue(int i)
-
-
-
Method Detail
-
getValue
T getValue(int i) throws ValueProviderException
- Throws:
ValueProviderException
-
getNumberOfValues
int getNumberOfValues()
-
-