|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyedValues
An ordered list of (key, value) items.
Values,
DefaultKeyedValues| Method Summary | |
|---|---|
int |
getIndex(java.lang.Comparable key)
Returns the index for a given key. |
java.lang.Comparable |
getKey(int index)
Returns the key associated with an item (value). |
java.util.List |
getKeys()
Returns the keys for the values in the collection. |
java.lang.Number |
getValue(java.lang.Comparable key)
Returns the value for a given key. |
| Methods inherited from interface org.jfree.data.Values |
|---|
getItemCount, getValue |
| Method Detail |
|---|
java.lang.Comparable getKey(int index)
index - the item index (zero-based).
java.lang.IndexOutOfBoundsException - if index is out of bounds.int getIndex(java.lang.Comparable key)
key - the key.
-1 if the key is unrecognised.java.util.List getKeys()
null).java.lang.Number getValue(java.lang.Comparable key)
key - the key.
null).
UnknownKeyException - if the key is not recognised.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||