Class TupleUnwrappingIterator<T,​K>

    • Constructor Detail

      • TupleUnwrappingIterator

        public TupleUnwrappingIterator()
    • Method Detail

      • set

        public void set​(Iterator<org.apache.flink.api.java.tuple.Tuple2<K,​T>> iterator)
      • getLastKey

        public K getLastKey()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public T next()
        Specified by:
        next in interface Iterator<T>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<T>