Class InPlaceMutableHashTable.EntryIterator

  • All Implemented Interfaces:
    org.apache.flink.util.MutableObjectIterator<T>
    Enclosing class:
    InPlaceMutableHashTable<T>

    public final class InPlaceMutableHashTable.EntryIterator
    extends Object
    implements org.apache.flink.util.MutableObjectIterator<T>
    WARNING: Doing any other operation on the table invalidates the iterator! (Even using getMatchFor of a prober!)
    • Constructor Detail

      • EntryIterator

        public EntryIterator()
    • Method Detail

      • next

        public T next​(T reuse)
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<T>
        Throws:
        IOException
      • next

        public T next()
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<T>
        Throws:
        IOException