@Name(value="std::unordered_set<std::string>") @Properties(inherit=arrow_dataset.class) public class StringUnorderedSet extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
StringUnorderedSet.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
StringUnorderedSet() |
StringUnorderedSet(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
StringUnorderedSet.Iterator |
begin() |
boolean |
empty() |
StringUnorderedSet.Iterator |
end() |
void |
erase(String value) |
void |
insert(String value) |
StringUnorderedSet |
put(StringUnorderedSet 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 StringUnorderedSet(Pointer p)
Pointer(Pointer)
.public StringUnorderedSet()
@Name(value="operator =") @ByRef public StringUnorderedSet put(@ByRef StringUnorderedSet x)
public boolean empty()
public long size()
public void insert(@StdString String value)
public void erase(@StdString String value)
@ByVal public StringUnorderedSet.Iterator begin()
@ByVal public StringUnorderedSet.Iterator end()
Copyright © 2022. All rights reserved.