Class CheckedList

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

public class CheckedList extends ValueType implements Excerpt
Excerpts defining a list implementation that delegates to a provided add method to perform element validation and insertion into a random-access backing list.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedList

      private CheckedList()
  • Method Details