@CodeReview(reviewer="Jonathan McClain", date="2006-05-17", changesNeeded=false, comments={"Why doesn\'t the Vector interface have methods that allow you to use VectorEntry directly?","Interface looks fine."}) public interface VectorEntry extends VectorSpace.Entry
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the current index into the Vector to which this entry points
|
void |
setIndex(int index)
Sets the current index into the Vector to which this entry points
|
getValue, setValue