Interface ForEachSupport.ForEachIterator
-
- All Known Implementing Classes:
ForEachSupport.SimpleForEachIterator
- Enclosing class:
- ForEachSupport
protected static interface ForEachSupport.ForEachIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Objectnext()
-
-
-
Method Detail
-
hasNext
boolean hasNext() throws jakarta.servlet.jsp.JspTagException- Throws:
jakarta.servlet.jsp.JspTagException
-
next
Object next() throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
-