LoopTool.ManagedIterator |
LoopTool.ManagedIterator.condition(LoopTool.ActionCondition condition) |
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.exclude(java.lang.Object compare) |
Directs this instance to completely exclude
any elements equal to the specified Object.
|
protected LoopTool.ManagedIterator |
LoopTool.findIterator(java.lang.String name) |
|
LoopTool.ManagedIterator |
LoopTool.getThis() |
|
protected LoopTool.ManagedIterator |
LoopTool.manage(java.util.Iterator iterator,
java.lang.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(java.lang.Object compare) |
Directs this instance to stop iterating immediately prior to
any element equal to the specified Object.
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.sync(java.lang.Object iterable) |
Adds another iterator to be kept in sync with the one
being managed by this instance.
|
LoopTool.ManagedIterator |
LoopTool.ManagedIterator.sync(java.lang.Object iterable,
java.lang.String name) |
Adds another iterator to be kept in sync with the one
being managed by this instance.
|
LoopTool.ManagedIterator |
LoopTool.sync(java.lang.Object main,
java.lang.Object synced) |
|
LoopTool.ManagedIterator |
LoopTool.watch(java.lang.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(java.lang.Object obj,
java.lang.String name) |
|