Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
Builder | clear () |
com.google.protobuf.Descriptors.Descriptor | getDescriptorForType () |
com.google.ortools.util.Int128 | getDefaultInstanceForType () |
com.google.ortools.util.Int128 | build () |
com.google.ortools.util.Int128 | buildPartial () |
Builder | mergeFrom (com.google.protobuf.Message other) |
Builder | mergeFrom (com.google.ortools.util.Int128 other) |
final boolean | isInitialized () |
Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
long | getHigh () |
Builder | setHigh (long value) |
Builder | clearHigh () |
long | getLow () |
Builder | setLow (long value) |
Builder | clearLow () |
Public Member Functions inherited from com.google.ortools.util.Int128OrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".
Protobuf type operations_research.Int128
Definition at line 249 of file Int128.java.
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.build | ( | ) |
Definition at line 297 of file Int128.java.
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.buildPartial | ( | ) |
Definition at line 306 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.clear | ( | ) |
Definition at line 277 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.clearHigh | ( | ) |
Builder com.google.ortools.util.Int128.Builder.clearLow | ( | ) |
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 292 of file Int128.java.
|
static |
Definition at line 254 of file Int128.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.util.Int128.Builder.getDescriptorForType | ( | ) |
Definition at line 287 of file Int128.java.
long com.google.ortools.util.Int128.Builder.getHigh | ( | ) |
int64 high = 1;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 400 of file Int128.java.
long com.google.ortools.util.Int128.Builder.getLow | ( | ) |
uint64 low = 2;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 432 of file Int128.java.
|
protected |
Definition at line 260 of file Int128.java.
final boolean com.google.ortools.util.Int128.Builder.isInitialized | ( | ) |
Definition at line 347 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.ortools.util.Int128 | other | ) |
Definition at line 333 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 352 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 324 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.setHigh | ( | long | value | ) |
int64 high = 1;
value | The high to set. |
Definition at line 408 of file Int128.java.
Builder com.google.ortools.util.Int128.Builder.setLow | ( | long | value | ) |
uint64 low = 2;
value | The low to set. |
Definition at line 440 of file Int128.java.