Class ArrayIterator

java.lang.Object
org.hamcrest.internal.ArrayIterator
All Implemented Interfaces:
Iterator<Object>

public class ArrayIterator extends Object implements Iterator<Object>
  • Field Details

    • array

      private final Object array
    • currentIndex

      private int currentIndex
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(Object array)
  • Method Details