@Name(value="arrow::Iterator<std::shared_ptr<arrow::Buffer> >") @NoOffset @Properties(inherit=arrow.class) public class BufferIterator extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferIterator.RangeIterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BufferIterator()
\brief Iterator may be constructed from any type which has a member function
with signature Status Next(T*);
The argument is moved or copied to the heap and kept in a unique_ptr
|
BufferIterator(long size)
Native array allocator.
|
BufferIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
BufferIterator.RangeIterator |
begin() |
BufferIterator.RangeIterator |
end() |
boolean |
Equals(BufferIterator other)
Iterators will only compare equal if they are both null.
|
BufferIterator |
getPointer(long i) |
BufferResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
BufferIterator |
position(long position) |
BufferVectorResult |
ToVector()
\brief Move every element of this iterator into a vector.
|
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 BufferIterator(Pointer p)
Pointer(Pointer).public BufferIterator(long size)
Pointer.position(long).public BufferIterator()
public BufferIterator position(long position)
public BufferIterator getPointer(long i)
getPointer in class Pointer@ByVal public BufferResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef BufferIterator other)
@ByVal public BufferIterator.RangeIterator begin()
@ByVal public BufferIterator.RangeIterator end()
@ByVal public BufferVectorResult ToVector()
Copyright © 2021. All rights reserved.