org.apache.accumulo.core.client.mock
public class IteratorAdapter extends Object implements Iterator<Map.Entry<Key,Value>>
IteratorAdapter(SortedKeyValueIterator<Key,Value> inner)
boolean
hasNext()
Map.Entry<Key,Value>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorAdapter(SortedKeyValueIterator<Key,Value> inner)
public boolean hasNext()
hasNext
Iterator<Map.Entry<Key,Value>>
public Map.Entry<Key,Value> next()
next
public void remove()
remove
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.