@Name(value="std::vector<std::shared_ptr<const arrow::KeyValueMetadata> >") @Properties(inherit=arrow.class) public class KeyValueMetadataVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueMetadataVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
KeyValueMetadataVector() |
KeyValueMetadataVector(KeyValueMetadata... array) |
KeyValueMetadataVector(KeyValueMetadata value) |
KeyValueMetadataVector(long n) |
KeyValueMetadataVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueMetadataVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
KeyValueMetadataVector.Iterator |
end() |
KeyValueMetadataVector.Iterator |
erase(KeyValueMetadataVector.Iterator pos) |
KeyValueMetadata[] |
get() |
KeyValueMetadata |
get(long i) |
KeyValueMetadataVector.Iterator |
insert(KeyValueMetadataVector.Iterator pos,
KeyValueMetadata value) |
KeyValueMetadata |
pop_back() |
KeyValueMetadataVector |
push_back(KeyValueMetadata value) |
KeyValueMetadataVector |
put(KeyValueMetadata... array) |
KeyValueMetadataVector |
put(KeyValueMetadata value) |
KeyValueMetadataVector |
put(KeyValueMetadataVector x) |
KeyValueMetadataVector |
put(long i,
KeyValueMetadata value) |
void |
resize(long n) |
long |
size() |
String |
toString() |
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic KeyValueMetadataVector(Pointer p)
Pointer(Pointer).public KeyValueMetadataVector(@Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata value)
public KeyValueMetadataVector(@Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata... array)
public KeyValueMetadataVector()
public KeyValueMetadataVector(long n)
@Name(value="operator =") @ByRef public KeyValueMetadataVector put(@ByRef KeyValueMetadataVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) public KeyValueMetadata get(@Cast(value="size_t") long i)
public KeyValueMetadataVector put(@Cast(value="size_t") long i, KeyValueMetadata value)
@ByVal public KeyValueMetadataVector.Iterator insert(@ByVal KeyValueMetadataVector.Iterator pos, @SharedPtr @Cast(value={"const arrow::KeyValueMetadata*","std::shared_ptr<const arrow::KeyValueMetadata>"}) KeyValueMetadata value)
@ByVal public KeyValueMetadataVector.Iterator erase(@ByVal KeyValueMetadataVector.Iterator pos)
@ByVal public KeyValueMetadataVector.Iterator begin()
@ByVal public KeyValueMetadataVector.Iterator end()
public KeyValueMetadata[] get()
public KeyValueMetadata pop_back()
public KeyValueMetadataVector push_back(KeyValueMetadata value)
public KeyValueMetadataVector put(KeyValueMetadata value)
public KeyValueMetadataVector put(KeyValueMetadata... array)
Copyright © 2021. All rights reserved.