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