NVelocity.Util
Interface Iterator

Method Summary
bool hasNext()
         Check to see if there is another element in the array.
object next()
         Move to next element in the array.


Method Detail

hasNext

public bool hasNext()

Check to see if there is another element in the array.

Returns:
Whether there is another element.

next

public object next()

Move to next element in the array.

Returns:
The next object in the array.