Class FastIterator.IteratorAdapter<T>

java.lang.Object
org.drools.core.util.FastIterator.IteratorAdapter<T>
All Implemented Interfaces:
Serializable, Iterator<T>
Enclosing interface:
FastIterator<T>

public static class FastIterator.IteratorAdapter<T> extends Object implements Iterator<T>
See Also:
  • Constructor Details

    • IteratorAdapter

      public IteratorAdapter(FastIterator<T> fastIterator, T first)
  • Method Details

    • next

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