Uses of Class
com.google.ortools.util.Int128.Builder
Packages that use Int128.Builder
-
Uses of Int128.Builder in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return Int128.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.getFingerprintBuilder()An automatically fingerprint for the model.SetCoverSolutionResponse.Builder.getFingerprintBuilder()An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.getModelFingerprintBuilder()A reference to the model the solution applies to.Methods in com.google.ortools.algorithms with parameters of type Int128.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.setFingerprint(Int128.Builder builderForValue) An automatically fingerprint for the model.SetCoverSolutionResponse.Builder.setFingerprint(Int128.Builder builderForValue) An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.setModelFingerprint(Int128.Builder builderForValue) A reference to the model the solution applies to. -
Uses of Int128.Builder in com.google.ortools.util
Methods in com.google.ortools.util that return Int128.BuilderModifier and TypeMethodDescriptionInt128.Builder.clear()Int128.Builder.clearHigh()int64 high = 1;Int128.Builder.clearLow()uint64 low = 2;Int128.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Int128.Builder.mergeFrom(com.google.protobuf.Message other) static Int128.BuilderInt128.newBuilder()static Int128.BuilderInt128.newBuilder(Int128 prototype) Int128.newBuilderForType()protected Int128.BuilderInt128.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Int128.Builder.setHigh(long value) int64 high = 1;Int128.Builder.setLow(long value) uint64 low = 2;Int128.toBuilder()