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