@Name(value="std::vector<std::shared_ptr<parquet::schema::Node> >") @Properties(inherit=parquet.class) public class NodeVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
NodeVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NodeVector() |
NodeVector(long n) |
NodeVector(Node... array) |
NodeVector(Node value) |
NodeVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
NodeVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
NodeVector.Iterator |
end() |
NodeVector.Iterator |
erase(NodeVector.Iterator pos) |
Node[] |
get() |
Node |
get(long i) |
NodeVector.Iterator |
insert(NodeVector.Iterator pos,
Node value) |
Node |
pop_back() |
NodeVector |
push_back(Node value) |
NodeVector |
put(long i,
Node value) |
NodeVector |
put(Node... array) |
NodeVector |
put(Node value) |
NodeVector |
put(NodeVector x) |
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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public NodeVector(Pointer p)
Pointer(Pointer)
.public NodeVector(Node value)
public NodeVector(Node... array)
public NodeVector()
public NodeVector(long n)
@Name(value="operator =") @ByRef public NodeVector put(@ByRef NodeVector x)
public boolean empty()
public long size()
public void clear()
public NodeVector put(@Cast(value="size_t") long i, Node value)
@ByVal public NodeVector.Iterator insert(@ByVal NodeVector.Iterator pos, @SharedPtr Node value)
@ByVal public NodeVector.Iterator erase(@ByVal NodeVector.Iterator pos)
@ByVal public NodeVector.Iterator begin()
@ByVal public NodeVector.Iterator end()
public Node[] get()
public Node pop_back()
public NodeVector push_back(Node value)
public NodeVector put(Node value)
public NodeVector put(Node... array)
Copyright © 2022. All rights reserved.