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