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

All Implemented Interfaces:
    Iterator

Exposes an Array as an Iterator.
Constructor:
 ArrayIterator(Object value) 
Method from javax.faces.component.UISelectMany$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.UISelectMany$ArrayIterator Detail:
 public boolean hasNext() 
 public Object next() 
 public  void remove()