java.lang.Object
com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder<E,R>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.andrewoma.dexx.collection.Builder
add
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
Method Details
-
-
-
-
-
build
@NotNull
public final R build()
- Specified by:
build in interface Builder<E,R>
-
doBuild
@NotNull
public abstract R doBuild()