@NoOffset @Name(value="std::pair<std::string,std::string>") @Properties(inherit=arrow.class) public class StringPair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StringPair() |
StringPair(BytePointer firstValue,
BytePointer secondValue) |
StringPair(Pointer p)
Pointer cast constructor.
|
StringPair(String firstValue,
String secondValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
first() |
StringPair |
first(BytePointer first) |
StringPair |
first(String first) |
StringPair |
put(BytePointer firstValue,
BytePointer secondValue) |
StringPair |
put(StringPair x) |
StringPair |
put(String firstValue,
String secondValue) |
String |
second() |
StringPair |
second(BytePointer second) |
StringPair |
second(String second) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StringPair(Pointer p)
Pointer(Pointer).public StringPair(BytePointer firstValue, BytePointer secondValue)
public StringPair()
@Name(value="operator =") @ByRef public StringPair put(@ByRef StringPair x)
@MemberGetter @StdString public String first()
public StringPair first(String first)
@MemberGetter @StdString public String second()
public StringPair second(String second)
@MemberSetter @Index public StringPair first(@StdString BytePointer first)
@MemberSetter @Index public StringPair second(@StdString BytePointer second)
public StringPair put(String firstValue, String secondValue)
public StringPair put(BytePointer firstValue, BytePointer secondValue)
Copyright © 2021. All rights reserved.