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