org.apache.cocoon.taglib.core
Class ForEachSupport.SimpleForEachIterator
java.lang.Object
org.apache.cocoon.taglib.core.ForEachSupport.SimpleForEachIterator
- All Implemented Interfaces:
- ForEachSupport.ForEachIterator
- Enclosing class:
- ForEachSupport
protected static class ForEachSupport.SimpleForEachIterator
- extends Object
- implements ForEachSupport.ForEachIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForEachSupport.SimpleForEachIterator
public ForEachSupport.SimpleForEachIterator(Iterator i)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface ForEachSupport.ForEachIterator
next
public Object next()
- Specified by:
next
in interface ForEachSupport.ForEachIterator
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.