Class CheckedListMultimap

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

public class CheckedListMultimap 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

    • CheckedListMultimap

      private CheckedListMultimap()
  • Method Details