Class CheckedListMultimap
java.lang.Object
org.inferred.freebuilder.processor.source.ValueType
org.inferred.freebuilder.processor.excerpt.CheckedListMultimap
- All Implemented Interfaces:
Excerpt
Excerpts defining a multimap implementation that delegates to a provided put method to perform
entry validation and insertion into a backing multimap.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.source.ValueType
ValueType.FieldReceiver -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFields(ValueType.FieldReceiver fields) Implement this method to report the name and value of each field.voidaddTo(SourceBuilder code)
-
Field Details
-
TYPE
-
-
Constructor Details
-
CheckedListMultimap
private CheckedListMultimap()
-
-
Method Details