Class ElementAwareArrayList.DefaultIterator<T>

java.lang.Object
ai.timefold.solver.core.impl.util.ElementAwareArrayList.DefaultIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
ElementAwareArrayList<T>

public static final class ElementAwareArrayList.DefaultIterator<T> extends Object implements Iterator<T>
  • Method Details

    • hasNext

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

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