Class ListPartition<T>

  • All Implemented Interfaces:
    Iterable<List<? super T>>, Collection<List<? super T>>, List<List<? super T>>

    public final class ListPartition<T>
    extends AbstractList<List<? super T>>
    This class provide a means to partition List into List of sublist.
    Since:
    v1.0
    Author:
    Szymon Stepniak, Bobai Kato