Class AbstractPartition<T>

java.lang.Object
java.util.AbstractCollection<List<T>>
java.util.AbstractList<List<T>>
io.micrometer.core.instrument.util.AbstractPartition<T>
All Implemented Interfaces:
Iterable<List<T>>, Collection<List<T>>, List<List<T>>, SequencedCollection<List<T>>
Direct Known Subclasses:
MeterPartition

public abstract class AbstractPartition<T> extends AbstractList<List<T>>
Base class for a partition.

Those extending this should pass control of the input to this type and never mutate it nor call any mutation operations on this type.

Since:
1.2.2