Package 

Interface Builder

    • Method Summary

      Modifier and Type Method Description
      abstract T build() 构建对应类型的对象。
      • Methods inherited from class java.lang.Object

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

      • build

         abstract T build()

        构建对应类型的对象。