com.banda.function.enumerator
Interface ListEnumerator<T>


public interface ListEnumerator<T>

Since:
2013
Author:
© Peter Banda

Method Summary
 Collection<List<T>> enumerate(int listLength)
           
 Collection<List<T>> enumerate(int listLengthFrom, int listLengthTo)
           
 

Method Detail

enumerate

Collection<List<T>> enumerate(int listLength)

enumerate

Collection<List<T>> enumerate(int listLengthFrom,
                              int listLengthTo)


Copyright © 2013. All Rights Reserved.