Class EmbeddedCodeSetImpl<M,T,R>

java.lang.Object
net.binis.codegen.collection.EmbeddedCodeCollectionImpl<M,T,R>
net.binis.codegen.collection.EmbeddedCodeSetImpl<M,T,R>
All Implemented Interfaces:
EmbeddedCodeCollection<M,T,R>, Modifier<R>

public class EmbeddedCodeSetImpl<M,T,R> extends EmbeddedCodeCollectionImpl<M,T,R>
  • Constructor Details

    • EmbeddedCodeSetImpl

      public EmbeddedCodeSetImpl(R parent, Set<T> set, Class<T> cls)
    • EmbeddedCodeSetImpl

      public EmbeddedCodeSetImpl(R parent, List<T> list, Class<T> cls, Consumer<T> validator)
  • Method Details