Modifier and Type | Method and Description |
---|---|
static <T> void |
ListUtils.apply(List<T> list,
IAlgorithm<T> algorithm,
int startIndex)
Apply algorithm for each list element starting from specified position.
|
static void |
ArrayUtils.apply(List array,
IAlgorithm algorithm,
int startIndex)
Apply algorithm for each List element starting from specified position.
|