Constructor and Description |
---|
ValueIterator(SortedKeyValueIterator<Key,Value> source)
Constructs an iterator over Values whose Keys are versions of the current topKey of the
source SortedKeyValueIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Value |
next() |
void |
remove()
This method is unsupported in this iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ValueIterator(SortedKeyValueIterator<Key,Value> source)
source
- The SortedKeyValueIterator<Key,Value>
from which to read data.public void remove()
remove
in interface Iterator<Value>
UnsupportedOperationException
- when calledCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.