public interface Index
Index idx = startVector(...);
while (!idx.done()) {
.... // read element of a vector
idx.incr();
}
Modifier and Type | Method | Description |
---|---|---|
boolean |
done() |
|
void |
incr() |
Copyright © 2018 The Apache Software Foundation