Class Partition<T>

All Implemented Interfaces:
Iterable<List<T>>, Collection<List<T>>, List<List<T>>

public final class Partition<T> extends AbstractList<List<T>>