Class AbstractSelfBuilder<E,R>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder<E,R>
-
- com.github.andrewoma.dexx.collection.internal.builder.AbstractSelfBuilder<E,R>
-
- All Implemented Interfaces:
Builder<E,R>
public abstract class AbstractSelfBuilder<E,R> extends AbstractBuilder<E,R>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSelfBuilder(R empty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
doBuild()
-
Methods inherited from class com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder
addAll, addAll, addAll, addAll, build
-
-