Package org.inferred.freebuilder.processor.excerpt
package org.inferred.freebuilder.processor.excerpt
-
ClassesClassDescriptionExcerpts defining a list implementation that stores a mixture of builders and value types.Excerpts defining a list implementation that delegates to a provided add method to perform element validation and insertion into a random-access backing list.Excerpts defining a multimap implementation that delegates to a provided put method to perform entry validation and insertion into a backing multimap.Excerpts defining a map implementation that delegates to a provided put method to perform entry validation and insertion into a backing map.Excerpts defining a multiset implementation that delegates to a provided setCount method to perform element validation and insertion into a backing multiset.Excerpts defining a navigable set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.Excerpts defining a set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.Excerpts defining a multimap implementation that delegates to a provided put method to perform entry validation and insertion into a backing multimap.