Uses of Class
com.google.type.Fraction.Builder
Packages that use Fraction.Builder
-
Uses of Fraction.Builder in com.google.type
Methods in com.google.type that return Fraction.BuilderModifier and TypeMethodDescriptionFraction.Builder.clear()Fraction.Builder.clearDenominator()The value by which the numerator is divided, e.g. 3 in 2/3.Fraction.Builder.clearNumerator()The numerator in the fraction, e.g. 2 in 2/3.Fraction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Fraction.Builder.mergeFrom(com.google.protobuf.Message other) static Fraction.BuilderFraction.newBuilder()static Fraction.BuilderFraction.newBuilder(Fraction prototype) Fraction.newBuilderForType()protected Fraction.BuilderFraction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Fraction.Builder.setDenominator(long value) The value by which the numerator is divided, e.g. 3 in 2/3.Fraction.Builder.setNumerator(long value) The numerator in the fraction, e.g. 2 in 2/3.Fraction.toBuilder()