- java.lang.Object
-
- io.lindstrom.mpd.data.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 Ratiobuild()Ratio.BuilderwithA(java.lang.Long a)Ratio.BuilderwithB(java.lang.Long b)
-
-
-
Method Detail
-
withA
public Ratio.Builder withA(java.lang.Long a)
-
withB
public Ratio.Builder withB(java.lang.Long b)
-
build
public Ratio build()
-
-