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