Class ArrayIterator<E>

java.lang.Object
edu.udel.cis.vsl.sarl.util.ArrayIterator<E>
All Implemented Interfaces:
Iterator<E>

public class ArrayIterator<E> extends Object implements Iterator<E>
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(E[] array)
  • Method Details

    • hasNext

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

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