Class SetBuilder<T>


  • public class SetBuilder<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SetBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<T> build()  
      SetBuilder<T> put​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetBuilder

        public SetBuilder()
    • Method Detail

      • build

        public java.util.Set<T> build()