org.apache.struts2.util
Class MakeIterator
java.lang.Object
org.apache.struts2.util.MakeIterator
public class MakeIterator
- extends Object
MakeIterator.
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)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.