public static class BulkIterator.FromArray<V> extends java.lang.Object implements BulkIterator<V>, java.lang.AutoCloseable
BulkIterator.Adapter<V>, BulkIterator.FromArray<V>| Constructor and Description |
|---|
FromArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fetch(java.lang.Object[] into,
int offset,
int count) |
V |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, of, ofpublic void close()
close in interface java.lang.AutoCloseableclose in interface BulkIterator<V>public void fetch(java.lang.Object[] into,
int offset,
int count)
fetch in interface BulkIterator<V>public V next()
next in interface BulkIterator<V>Copyright © 2009-2022 The Apache Software Foundation