com.github.andrewoma.dexx.collection.internal.builder
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>
| 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 |
result
protected R result
AbstractSelfBuilder
protected AbstractSelfBuilder(R empty)
doBuild
@NotNull
public R doBuild()
- Specified by:
doBuild in class AbstractBuilder<E,R>
Copyright © 2014. All Rights Reserved.