Class ForEachSupport.SimpleForEachIterator
- java.lang.Object
-
- org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
-
- All Implemented Interfaces:
ForEachSupport.ForEachIterator
- Enclosing class:
- ForEachSupport
protected class ForEachSupport.SimpleForEachIterator extends Object implements ForEachSupport.ForEachIterator
-
-
Constructor Summary
Constructors Constructor Description SimpleForEachIterator(Iterator i)
-
-
-
Constructor Detail
-
SimpleForEachIterator
public SimpleForEachIterator(Iterator i)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceForEachSupport.ForEachIterator
-
next
public Object next()
- Specified by:
nextin interfaceForEachSupport.ForEachIterator
-
-