Class ArrayIterator

java.lang.Object
org.apache.myfaces.util.lang.ArrayIterator
All Implemented Interfaces:
Iterator<Object>

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

    • array

      protected final Object array
    • i

      protected int i
    • len

      protected final int len
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(Object src)
  • Method Details