Interface Builder<E,R>
- All Known Implementing Classes:
AbstractBuilder, AbstractSelfBuilder, VectorBuilder
public interface Builder<E,R>
Builders provide efficient implementations for incrementally building persistent collections.
It should be assumed that Builders are NOT thread safe. Furthermore, it is invalid to call
build() more than once.
-
Method Summary
-
Method Details
-
add
-
addAll
-
addAll
-
addAll
-
addAll
-
build
-