类 LoopTool.SyncedIterator
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.SyncedIterator
- 封闭类:
- LoopTool
Simple wrapper to make it easy to keep an arbitray Iterator
in sync with a
LoopTool.ManagedIterator
.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
iterator
-
current
-
-
构造器详细资料
-
SyncedIterator
-
-
方法详细资料
-
shift
public void shift()If the sync'ed iterator has any more values, this sets the next() value as the current one. If there are no more values, this sets the current one tonull
. -
get
Returns the currently parallel value, if any.
-