Class Ratio.Builder

  • Enclosing class:
    Ratio

    public static class Ratio.Builder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      Ratio build()  
      Ratio.Builder withA​(java.lang.Long a)  
      Ratio.Builder withB​(java.lang.Long b)  
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()