@Name(value="std::unordered_map<arrow::FieldRef,arrow::Datum,arrow::FieldRef::Hash>") @Properties(inherit=arrow.class) public class FieldRefDatumMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldRefDatumMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FieldRefDatumMap() |
FieldRefDatumMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldRefDatumMap.Iterator |
begin() |
boolean |
empty() |
FieldRefDatumMap.Iterator |
end() |
void |
erase(FieldRefDatumMap.Iterator pos) |
Datum |
get(FieldRef i) |
FieldRefDatumMap |
put(FieldRef i,
Datum value) |
FieldRefDatumMap |
put(FieldRefDatumMap x) |
long |
size() |
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, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FieldRefDatumMap(Pointer p)
Pointer(Pointer).public FieldRefDatumMap()
@Name(value="operator =") @ByRef public FieldRefDatumMap put(@ByRef FieldRefDatumMap x)
public boolean empty()
public long size()
public FieldRefDatumMap put(@ByRef FieldRef i, Datum value)
public void erase(@ByVal FieldRefDatumMap.Iterator pos)
@ByVal public FieldRefDatumMap.Iterator begin()
@ByVal public FieldRefDatumMap.Iterator end()
Copyright © 2021. All rights reserved.