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