C F H I M N R S T W

C

cachedNext - Variable in class org.apache.velocity.tools.FisherMill
True if next contains the value of the next element in the list.
Camwood - class org.apache.velocity.tools.Camwood.
A convenience tool for use in #foreach loops.
Camwood() - Constructor for class org.apache.velocity.tools.Camwood
Create a Camwood instance to use as tool.
Camwood(Object) - Constructor for class org.apache.velocity.tools.Camwood
Create a Camwood instance to use in #foreach.
cont() - Method in class org.apache.velocity.tools.FisherMill
Proceeds to the next element in the list.
cont() - Method in class org.apache.velocity.tools.Camwood
Puts a condition to continue the loop.

F

FisherMill - class org.apache.velocity.tools.FisherMill.
A convenience tool for use in #foreach loops.
FisherMill() - Constructor for class org.apache.velocity.tools.FisherMill
Create a FisherMill instance to use as tool.
FisherMill(Object) - Constructor for class org.apache.velocity.tools.FisherMill
Create a FisherMill instance to use in #foreach.

H

hasMore() - Method in class org.apache.velocity.tools.Camwood
Returns true if there are more elements in the wrapped list.
hasNext() - Method in class org.apache.velocity.tools.FisherMill
Returns true if there are more elements in the list and more() was called.
hasNext() - Method in class org.apache.velocity.tools.Camwood
Returns true if there are more elements in the list and stop() was not called.

I

isTool() - Method in class org.apache.velocity.tools.Camwood
Returns true if this object is used as a tool.

M

more() - Method in class org.apache.velocity.tools.FisherMill
Asks for the next element in the list.

N

next - Variable in class org.apache.velocity.tools.FisherMill
The next element in the list, if it was cached.
next() - Method in class org.apache.velocity.tools.FisherMill
Gets the next element in the list.
next() - Method in class org.apache.velocity.tools.Camwood
Gets the next element in the list.

R

remove() - Method in class org.apache.velocity.tools.FisherMill
Removes the current element from the list.
remove() - Method in class org.apache.velocity.tools.Camwood
Removes the current element from the list.
reset() - Method in class org.apache.velocity.tools.FisherMill
 
reset() - Method in class org.apache.velocity.tools.Camwood
Resets the wrapper so that it starts over at the beginning of the list.

S

stop() - Method in class org.apache.velocity.tools.Camwood
Puts a condition to break out of the loop.

T

toString() - Method in class org.apache.velocity.tools.Camwood
Returns this object as a String.

W

wrap(Object) - Method in class org.apache.velocity.tools.FisherMill
 
wrap(Object) - Method in class org.apache.velocity.tools.Camwood
Wraps a list with the tool.

C F H I M N R S T W