public interface VectorIterator
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
return linear position of current value in vector
|
double |
getValue() |
boolean |
hasNext() |
double |
next() |
void |
setExclude(double exclude) |
void |
setValue(double value) |
Copyright © 2004–2020 Code Lutin. All rights reserved.