org.apache.taglibs.standard.tag.common.core
Class ForEachSupport.SimpleForEachIterator

java.lang.Object
  extended by org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
All Implemented Interfaces:
ForEachSupport.ForEachIterator
Enclosing class:
ForEachSupport

protected class ForEachSupport.SimpleForEachIterator
extends java.lang.Object
implements ForEachSupport.ForEachIterator


Constructor Summary
ForEachSupport.SimpleForEachIterator(java.util.Iterator i)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachSupport.SimpleForEachIterator

public ForEachSupport.SimpleForEachIterator(java.util.Iterator i)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface ForEachSupport.ForEachIterator

next

public java.lang.Object next()
Specified by:
next in interface ForEachSupport.ForEachIterator


Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.