public class VelocityList<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VelocityList.Item<T> |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<VelocityList.Item<T>> |
getAll() |
SteppingIterator |
getSteppingIterator() |
public VelocityList(T[] array)
public VelocityList(T[] array, int offset, int stepping)
public VelocityList(T[] array, int offset, int[] stepping)
public SteppingIterator getSteppingIterator()
public List<VelocityList.Item<T>> getAll()
Copyright © 2021. All rights reserved.