Class Lists.RandomAccessPartition<T>

All Implemented Interfaces:
Iterable<List<T>>, Collection<List<T>>, List<List<T>>, RandomAccess, SequencedCollection<List<T>>
Enclosing class:
Lists

private static class Lists.RandomAccessPartition<T> extends Lists.Partition<T> implements RandomAccess
  • Constructor Details

    • RandomAccessPartition

      RandomAccessPartition(List<T> list, int size)