Objects server both as "factories" for creating new builders (blueprint style), and as actual builders. For each distinct read operation, {@link #newBuilder} will be called at least once; this instancemay be used and reused multiple times, as calling {@link #start}will reset the state so that more {@link Collection}s may be built.
|
|