public static class VelocityList.Item<T> extends Object
| Constructor and Description |
|---|
Item(VelocityList<T> list,
int index) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
int |
getIndex() |
int |
getIndex(int offset) |
int |
getIndexModulous(int m) |
int |
getSize() |
int |
getStepCountForRound(int forSteppingLevel,
int indexBase) |
int |
getTotalStepCountForRound(int forSteppingLevel,
int indexBase) |
boolean |
isCurrentIndexValid() |
boolean |
isEven() |
boolean |
isFirst() |
boolean |
isFirst(int stepping) |
boolean |
isLast() |
boolean |
isLast(int i) |
public Item(VelocityList<T> list, int index)
public T get()
public int getSize()
public int getIndex()
public int getIndexModulous(int m)
public int getIndex(int offset)
public boolean isCurrentIndexValid()
public boolean isEven()
public boolean isLast()
public boolean isFirst()
public boolean isLast(int i)
public boolean isFirst(int stepping)
public int getTotalStepCountForRound(int forSteppingLevel,
int indexBase)
public int getStepCountForRound(int forSteppingLevel,
int indexBase)
Copyright © 2021. All rights reserved.