|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.util.MakeIterator
public class MakeIterator
MakeIterator.
| Constructor Summary | |
|---|---|
MakeIterator()
|
|
| Method Summary | |
|---|---|
static java.util.Iterator |
convert(java.lang.Object value)
|
static boolean |
isIterable(java.lang.Object object)
Determine whether a given object can be made into an Iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MakeIterator()
| Method Detail |
|---|
public static boolean isIterable(java.lang.Object object)
Iterator
object - the object to check
true if the object can be converted to an iterator and
false otherwisepublic static java.util.Iterator convert(java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||