| |
|
| java.lang.Object com.sun.data.provider.RowKey com.sun.data.provider.impl.IndexRowKey
IndexRowKey | public IndexRowKey(int index)(Code) | | Constructs an IndexRowKey using the specified index
Parameters: index - The desired index |
equals | public boolean equals(Object o)(Code) | | Standard equals implementation. This method compares the IndexRowKey
index values for == equality. If the passed Object is not an
IndexRowKey instance, the superclass (RowKey) gets a chance to evaluate
the Object for equality.
|
getIndex | public int getIndex()(Code) | | Returns the index of this IndexRowKey
This IndexRowKey's index value |
toString | public String toString()(Code) | | Return a printable version of this instance.
|
|
|
|