Package com.spun.util.parser
Class VelocityList<T>
java.lang.Object
com.spun.util.parser.VelocityList<T>
public class VelocityList<T> extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVelocityList.Item<T> -
Constructor Summary
Constructors Constructor Description VelocityList(List<T> list)VelocityList(List<T> array, int offset, int[] stepping)VelocityList(T[] array)VelocityList(T[] array, int offset, int stepping)VelocityList(T[] array, int offset, int[] stepping) -
Method Summary
Modifier and Type Method Description List<VelocityList.Item<T>>getAll()SteppingIteratorgetSteppingIterator()
-
Constructor Details
-
VelocityList
-
VelocityList
-
VelocityList
-
VelocityList
-
VelocityList
-
-
Method Details
-
getSteppingIterator
-
getAll
-