Package org.apache.struts2.util
Class MakeIterator
java.lang.Object
org.apache.struts2.util.MakeIterator
MakeIterator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterator
static boolean
isIterable
(Object object) Determine whether a given object can be made into anIterator
-
Constructor Details
-
MakeIterator
public MakeIterator()
-
-
Method Details
-
isIterable
Determine whether a given object can be made into anIterator
- Parameters:
object
- the object to check- Returns:
true
if the object can be converted to an iterator andfalse
otherwise
-
convert
-