public interface IValueProvider<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfValues() |
T |
getValue(int i) |
T getValue(int i) throws ValueProviderException
ValueProviderExceptionint getNumberOfValues()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.