|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Vector.Element
A holder for information about a specific item in the Vector.
When using with an Iterator, the implementation may choose to reuse this element, so you may need to make a copy if you want to keep it
Method Summary | |
---|---|
double |
get()
|
int |
index()
|
void |
set(double value)
|
Method Detail |
---|
double get()
int index()
void set(double value)
value
- Set the current element to value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |