LoopTool.ManagedIterator |
LoopTool.ManagedIterator.condition(LoopTool.ActionCondition condition) |
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.exclude(Object compare) |
Directs this instance to completely exclude
any elements equal to the specified Object.
|
protected LoopTool.ManagedIterator |
LoopTool.findIterator(String name) |
|
LoopTool.ManagedIterator |
LoopTool.getThis() |
|
protected LoopTool.ManagedIterator |
LoopTool.manage(Iterator iterator,
String name) |
|
protected LoopTool.ManagedIterator |
LoopTool.pop() |
Don't let templates call this, but allow subclasses
and ManagedIterator to have access.
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.stop(Object compare) |
Directs this instance to stop iterating immediately prior to
any element equal to the specified Object.
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.sync(Object iterable) |
Adds another iterator to be kept in sync with the one
being managed by this instance.
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.sync(Object iterable,
String name) |
Adds another iterator to be kept in sync with the one
being managed by this instance.
|
LoopTool.ManagedIterator |
LoopTool.sync(Object main,
Object synced) |
|
LoopTool.ManagedIterator |
LoopTool.watch(Object obj) |
Tells the LoopTool to watch the specified Array, Collection, Map,
Iterator, Iterable, Enumeration or POJO with an iterator() method
while the template iterates over the values within it.
|
LoopTool.ManagedIterator |
LoopTool.watch(Object obj,
String name) |
|