Class CheckedSetMultimap

java.lang.Object
org.inferred.freebuilder.processor.source.ValueType
org.inferred.freebuilder.processor.excerpt.CheckedSetMultimap
All Implemented Interfaces:
Excerpt

public class CheckedSetMultimap extends ValueType implements Excerpt
Excerpts defining a multimap implementation that delegates to a provided put method to perform entry validation and insertion into a backing multimap.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedSetMultimap

      protected CheckedSetMultimap()
  • Method Details