When sub-classing to use different underlying mutable {@link java.util.List}type, you need to sub-class following methods:
If constructing builders that use different approaches (like, say, produce immutable Guava Lists), you may need to override more methods; or perhaps just extend basic {@link CollectionBuilder}.
|
|