util
Interface Builders.Builder<C>

Type Parameters:
C - The class of the object being built.
All Known Subinterfaces:
Builders.CollectionBuilder<E,C>, Builders.MapBuilder<K,V,C>, Builders.MultiMapBuilder<K,V,C>
All Known Implementing Classes:
CodeBuilder
Enclosing class:
Builders

public static interface Builders.Builder<C>

An object with methods that add to a collection and can be chained together. See Builders for an example.


Method Summary
 C finish()
           
 

Method Detail

finish

C finish()
Returns:
The built object.