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