org.jfree.data.Values |
![]() |
An interface through which (single-dimension) data values can be accessed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of items (values) in the collection.
| |||||||||||
Returns the value with the specified index.
|
Returns the number of items (values) in the collection.
Returns the value with the specified index.
index | the item index (in the range 0 to
getItemCount() - 1 ). |
---|
null
).IndexOutOfBoundsException | if index is not in the
specified range.
|
---|