Class Tuple3UnwrappingIterator<T,K1,K2>
- java.lang.Object
-
- org.apache.flink.api.java.operators.translation.Tuple3UnwrappingIterator<T,K1,K2>
-
- All Implemented Interfaces:
Serializable,Iterable<T>,Iterator<T>
@Internal public class Tuple3UnwrappingIterator<T,K1,K2> extends Object implements Iterator<T>, Iterable<T>, Serializable
An iterator that reads 3-tuples (groupKey, sortKey, value) and returns only the values (third field). The iterator also tracks the groupKeys, as the triples flow though it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tuple3UnwrappingIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K1getLastGroupKey()K2getLastSortKey()booleanhasNext()Iterator<T>iterator()Tnext()voidremove()voidset(Iterator<org.apache.flink.api.java.tuple.Tuple3<K1,K2,T>> iterator)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-