Class ForEachSupport.ArrayIterator
- java.lang.Object
-
- org.apache.taglibs.standard.tag.common.core.ForEachSupport.ReadOnlyIterator
-
- org.apache.taglibs.standard.tag.common.core.ForEachSupport.ArrayIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- ForEachSupport
private static class ForEachSupport.ArrayIterator extends ForEachSupport.ReadOnlyIterator
Iterator over an array, including arrays of primitive types.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ArrayIterator(java.lang.Object array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport.ReadOnlyIterator
remove
-
-