| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
StringPair |
StringPairResult.access() |
StringPair |
StringPair.first(BytePointer first) |
StringPair |
StringPair.first(String first) |
StringPair |
StringPairResult.MoveValueUnsafe() |
StringPair |
StringPairResult.multiply() |
StringPair |
StringPair.put(BytePointer firstValue,
BytePointer secondValue) |
StringPair |
StringPair.put(StringPair x) |
StringPair |
StringPair.put(String firstValue,
String secondValue) |
StringPair |
StringPair.second(BytePointer second) |
StringPair |
StringPair.second(String second) |
StringPair |
StringPairResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
StringPair |
StringPairResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
StringPair |
StringPair.put(StringPair x) |
| Constructor and Description |
|---|
StringPairResult(StringPair value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.