Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
long | getHigh () |
long | getLow () |
final boolean | isInitialized () |
void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
int | getSerializedSize () |
boolean | equals (final java.lang.Object obj) |
int | hashCode () |
Builder | newBuilderForType () |
Builder | toBuilder () |
com.google.protobuf.Parser< Int128 > | getParserForType () |
com.google.ortools.util.Int128 | getDefaultInstanceForType () |
Public Member Functions inherited from com.google.ortools.util.Int128OrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.util.Int128 | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.util.Int128 | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.util.Int128 | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.util.Int128 | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.util.Int128 | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.util.Int128 | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.util.Int128 | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.util.Int128 prototype) |
static com.google.ortools.util.Int128 | getDefaultInstance () |
static com.google.protobuf.Parser< Int128 > | parser () |
Static Public Attributes | |
static final int | HIGH_FIELD_NUMBER = 1 |
static final int | LOW_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
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 15 of file Int128.java.
boolean com.google.ortools.util.Int128.equals | ( | final java.lang.Object | obj | ) |
Definition at line 114 of file Int128.java.
|
static |
Definition at line 467 of file Int128.java.
com.google.ortools.util.Int128 com.google.ortools.util.Int128.getDefaultInstanceForType | ( | ) |
Definition at line 503 of file Int128.java.
|
static |
Definition at line 37 of file Int128.java.
long com.google.ortools.util.Int128.getHigh | ( | ) |
int64 high = 1;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 56 of file Int128.java.
long com.google.ortools.util.Int128.getLow | ( | ) |
uint64 low = 2;
Implements com.google.ortools.util.Int128OrBuilder.
Definition at line 67 of file Int128.java.
com.google.protobuf.Parser< Int128 > com.google.ortools.util.Int128.getParserForType | ( | ) |
Definition at line 498 of file Int128.java.
int com.google.ortools.util.Int128.getSerializedSize | ( | ) |
Definition at line 95 of file Int128.java.
int com.google.ortools.util.Int128.hashCode | ( | ) |
Definition at line 132 of file Int128.java.
|
protected |
Definition at line 43 of file Int128.java.
final boolean com.google.ortools.util.Int128.isInitialized | ( | ) |
Definition at line 73 of file Int128.java.
|
static |
Definition at line 223 of file Int128.java.
|
static |
Definition at line 226 of file Int128.java.
Builder com.google.ortools.util.Int128.newBuilderForType | ( | ) |
Definition at line 222 of file Int128.java.
|
protected |
Definition at line 236 of file Int128.java.
|
static |
Definition at line 194 of file Int128.java.
|
static |
Definition at line 200 of file Int128.java.
|
static |
Definition at line 171 of file Int128.java.
|
static |
Definition at line 175 of file Int128.java.
|
static |
Definition at line 160 of file Int128.java.
|
static |
Definition at line 165 of file Int128.java.
|
static |
Definition at line 207 of file Int128.java.
|
static |
Definition at line 213 of file Int128.java.
|
static |
Definition at line 181 of file Int128.java.
|
static |
Definition at line 186 of file Int128.java.
|
static |
Definition at line 149 of file Int128.java.
|
static |
Definition at line 154 of file Int128.java.
|
static |
Definition at line 493 of file Int128.java.
Builder com.google.ortools.util.Int128.toBuilder | ( | ) |
Definition at line 230 of file Int128.java.
void com.google.ortools.util.Int128.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 83 of file Int128.java.
|
static |
Definition at line 49 of file Int128.java.
|
static |
Definition at line 60 of file Int128.java.