org.apache.accumulo.core.iterators
Constructor and Description |
---|
Combiner.ValueIterator(SortedKeyValueIterator<Key,Value> source)
Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
|
public Combiner.ValueIterator(SortedKeyValueIterator<Key,Value> source)
source
- The SortedKeyValueIteratorpublic boolean hasNext()
hasNext
in interface Iterator<Value>
Iterator.hasNext()
public Value next()
next
in interface Iterator<Value>
Iterator.next()
public void remove()
remove
in interface Iterator<Value>
Iterator.remove()
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.