Class BreakableCollection.Builder<E>

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

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