Uses of Class
com.google.ortools.util.Int128.Builder
Packages that use Int128.Builder
- 
Uses of Int128.Builder in com.google.ortools.utilSubclasses with type arguments of type Int128.Builder in com.google.ortools.utilModifier and TypeClassDescriptionstatic final classThe low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".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()