@Internal public class TupleUnwrappingIterator<T,K> extends Object implements Iterator<T>, Iterable<T>, Serializable
Constructor and Description |
---|
TupleUnwrappingIterator() |
Modifier and Type | Method and Description |
---|---|
K |
getLastKey() |
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
void |
set(Iterator<Tuple2<K,T>> iterator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public K getLastKey()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.