Package org.apache.struts2.util
Class MakeIterator
java.lang.Object
org.apache.struts2.util.MakeIterator
MakeIterator.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Iteratorstatic booleanisIterable(Object object) Determine whether a given object can be made into anIterator
- 
Constructor Details- 
MakeIteratorpublic MakeIterator()
 
- 
- 
Method Details- 
isIterableDetermine whether a given object can be made into anIterator- Parameters:
- object- the object to check
- Returns:
- trueif the object can be converted to an iterator and- falseotherwise
 
- 
convert
 
-