com.jrefinery.data
Interface Values
- public interface Values
An interface through which (single-dimension) data values can be accessed.
- Author:
- DG
Method Summary |
java.lang.Number |
getValue(int index)
Returns a value. |
int |
getValueCount()
Returns the number of values in the collection. |
getValueCount
public int getValueCount()
- Returns the number of values in the collection.
- Returns:
- the number of values in the collection.
getValue
public java.lang.Number getValue(int index)
- Returns a value.
- Parameters:
index
- the index of the item of interest (zero-based).- Returns:
- the value.