@Namespace(value="arrow") @NoOffset @Properties(inherit=arrow.class) public class FieldPath extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldPath.Hash |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FieldPath() |
FieldPath(int[] indices) |
FieldPath(IntBuffer indices) |
FieldPath(IntPointer indices) |
FieldPath(long size)
Native array allocator.
|
FieldPath(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
begin() |
boolean |
empty() |
IntPointer |
end() |
boolean |
equals(FieldPath other) |
int |
get(long i) |
FieldPath |
getPointer(long i) |
long |
hash() |
IntPointer |
indices() |
boolean |
notEquals(FieldPath other) |
FieldPath |
position(long position) |
String |
ToString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FieldPath(Pointer p)
Pointer(Pointer).public FieldPath(long size)
Pointer.position(long).public FieldPath()
public FieldPath(@StdVector IntPointer indices)
public FieldPath(@StdVector IntBuffer indices)
public FieldPath(@StdVector int[] indices)
public FieldPath getPointer(long i)
getPointer in class Pointer@StdString public String ToString()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef FieldPath other)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef FieldPath other)
@StdVector public IntPointer indices()
@ByVal @Cast(value="std::vector<int>::const_iterator*") public IntPointer begin()
@ByVal @Cast(value="std::vector<int>::const_iterator*") public IntPointer end()
Copyright © 2021. All rights reserved.