Class UnsafeIteratorWTableImpl<E>

java.lang.Object
com.espertech.esper.runtime.internal.kernel.statement.UnsafeIteratorWTableImpl<E>
All Implemented Interfaces:
Iterator<E>

public class UnsafeIteratorWTableImpl<E> extends Object implements Iterator<E>
Implements the iterator with table evaluation concern.
  • Constructor Details

    • UnsafeIteratorWTableImpl

      public UnsafeIteratorWTableImpl(com.espertech.esper.common.internal.epl.table.core.TableExprEvaluatorContext tableExprEvaluatorContext, Iterator<E> inner)
  • Method Details

    • hasNext

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

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

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