Class CheckedMultiset

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

public class CheckedMultiset extends ValueType implements Excerpt
Excerpts defining a multiset implementation that delegates to a provided setCount method to perform element validation and insertion into a backing multiset.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedMultiset

      private CheckedMultiset()
  • Method Details