Interface | Description |
---|---|
Int128OrBuilder |
Class | Description |
---|---|
Domain |
We call domain any subset of Int64 = [kint64min, kint64max].
|
Int128 |
The low 64 bits are stored in "low", and the high 64-bits (including the
sign) are stored in "high".
|
Int128.Builder |
The low 64 bits are stored in "low", and the high 64-bits (including the
sign) are stored in "high".
|
Int128OuterClass | |
main | |
mainJNI | |
OptionalBooleanOuterClass | |
SortedDisjointIntervalList |
This class represents a sorted list of disjoint, closed intervals.
|
Enum | Description |
---|---|
OptionalBoolean |
A "three-way" boolean: unspecified, false or true.
|
Copyright © 2025. All rights reserved.