class ChildModelIterator extends Object implements Iterator<IModel>
An iterator that works with a model's immediate children, returning each one as a model of its own.
ChildModelIterator(IModel parent)
boolean
hasNext()
IModel
next()
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Groovy Documentation