@Name(value="std::map<parquet::Encoding::type,int32_t>") @Properties(inherit=parquet.class) public class EncodingIntMap extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
EncodingIntMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
EncodingIntMap() |
EncodingIntMap(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
EncodingIntMap.Iterator |
begin() |
boolean |
empty() |
EncodingIntMap.Iterator |
end() |
void |
erase(EncodingIntMap.Iterator pos) |
int |
get(Encoding.type i) |
EncodingIntMap |
put(Encoding.type i,
int value) |
EncodingIntMap |
put(EncodingIntMap x) |
long |
size() |
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, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public EncodingIntMap(Pointer p)
Pointer(Pointer)
.public EncodingIntMap()
@Name(value="operator =") @ByRef public EncodingIntMap put(@ByRef EncodingIntMap x)
public boolean empty()
public long size()
@Index public int get(Encoding.type i)
public EncodingIntMap put(Encoding.type i, int value)
public void erase(@ByVal EncodingIntMap.Iterator pos)
@ByVal public EncodingIntMap.Iterator begin()
@ByVal public EncodingIntMap.Iterator end()
Copyright © 2022. All rights reserved.