org.richfaces.iterator
Class SimpleForEachIterator
java.lang.Object
org.richfaces.iterator.SimpleForEachIterator
- All Implemented Interfaces:
- java.io.Serializable, ForEachIterator
public class SimpleForEachIterator
- extends java.lang.Object
- implements ForEachIterator, java.io.Serializable
TODO Class description goes here.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleForEachIterator
public SimpleForEachIterator(java.util.Iterator i)
supportedTypeForEachIterator
public static ForEachIterator supportedTypeForEachIterator(java.lang.Object o)
throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
beginEndForEachIterator
public static ForEachIterator beginEndForEachIterator(int end)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.lang.Object o)
throws javax.servlet.jsp.JspTagException
- Throws:
javax.servlet.jsp.JspTagException
toForEachIterator
protected static ForEachIterator toForEachIterator(java.lang.Object[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(boolean[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(byte[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(char[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(short[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(int[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(long[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(float[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(double[] a)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.util.Collection c)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.util.Iterator i)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.util.Enumeration e)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.util.Map m)
toForEachIterator
protected static ForEachIterator toForEachIterator(java.lang.String s)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface ForEachIterator
next
public java.lang.Object next()
- Specified by:
next
in interface ForEachIterator
getVarReplacement
public java.lang.String getVarReplacement()
- Specified by:
getVarReplacement
in interface ForEachIterator
Copyright © 2009. All Rights Reserved.