com.opensymphony.webwork.util
Class MakeIterator
java.lang.Object
com.opensymphony.webwork.util.MakeIterator
public class MakeIterator
- extends Object
MakeIterator.
Taken from WebWork 1.x by:
- Version:
- $Id: MakeIterator.java 2371 2006-03-11 17:09:33Z davsclaus $
- Author:
- <a href="hermanns@aixcept.de">Rainer Hermanns</a>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeIterator
public MakeIterator()
isIterable
public static boolean isIterable(Object object)
- Determine whether a given object can be made into an
Iterator
- Parameters:
object
- the object to check
- Returns:
true
if the object can be converted to an iterator and
false
otherwise
convert
public static Iterator convert(Object value)