Class FlatMapIterator<T,Z>

java.lang.Object
org.evrete.util.FlatMapIterator<T,Z>
All Implemented Interfaces:
Iterator<Z>

public class FlatMapIterator<T,Z> extends Object implements Iterator<Z>
  • Constructor Details

  • Method Details

    • hasNext

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

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