public interface ListEnumerator<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<List<T>> |
enumerate(int listLength) |
Collection<List<T>> |
enumerate(int listLengthFrom,
int listLengthTo) |
Collection<List<T>> enumerate(int listLength)
Collection<List<T>> enumerate(int listLengthFrom, int listLengthTo)
Copyright © 2014. All Rights Reserved.