Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static class: SelectUtils.ArrayIterator [javadoc | source]
java.lang.Object
   javax.faces.component.SelectUtils$ArrayIterator

All Implemented Interfaces:
    Iterator

Exposes an Array via an Iterator
Constructor:
 public ArrayIterator(Object[] items) 
Method from javax.faces.component.SelectUtils$ArrayIterator Summary:
hasNext,   next,   remove
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.SelectUtils$ArrayIterator Detail:
 public boolean hasNext() 
 public Object next() 
 public  void remove()