Class CheckedNavigableSet

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

public class CheckedNavigableSet extends ValueType implements Excerpt
Excerpts defining a navigable set implementation that delegates to a provided add method to perform element validation and insertion into a backing set.
  • Field Details

    • TYPE

      public static final LazyName TYPE
  • Constructor Details

    • CheckedNavigableSet

      private CheckedNavigableSet()
  • Method Details