webwork.util
Class MakeIterator

java.lang.Object
  extended bywebwork.util.MakeIterator

public class MakeIterator
extends java.lang.Object


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

MakeIterator

public MakeIterator()
Method Detail

convert

public static java.util.Iterator convert(java.lang.Object value)

isIterable

public static boolean isIterable(java.lang.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


Copyright © 2001-2003 WebWork All Rights Reserved.