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