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, wait
of, of, of
public void close()
close
in interface java.lang.AutoCloseable
close
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- The Apache Software Foundation