Class BreakableSequencedCollection.Builder<E>

Type Parameters:
E - the element type.
Enclosing class:
BreakableSequencedCollection<E>

public static class BreakableSequencedCollection.Builder<E> extends BreakableCollection.AbstractBuilder<BreakableSequencedCollection.Builder<E>,BreakableSequencedCollection<E>,E>
The builder for BreakableCollection objects.
Since:
1.0.0
Author:
evanbergstrom