@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<org.apache.flink.api.java.tuple.Tuple2<K,T>> iterator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic K getLastKey()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.