@Name(value="google::protobuf::Map<google::protobuf::int32,std::string>") public static class tensorflow.IntStringMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.IntStringMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
IntStringMap() |
IntStringMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.IntStringMap.Iterator |
begin() |
boolean |
empty() |
tensorflow.IntStringMap.Iterator |
end() |
BytePointer |
get(int i) |
tensorflow.IntStringMap |
put(int i,
BytePointer value) |
tensorflow.IntStringMap |
put(int i,
String value) |
tensorflow.IntStringMap |
put(tensorflow.IntStringMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IntStringMap(Pointer p)
Pointer.Pointer(Pointer).public IntStringMap()
@Name(value="operator=") @ByRef public tensorflow.IntStringMap put(@ByRef tensorflow.IntStringMap x)
public boolean empty()
public long size()
@Index @StdString public BytePointer get(int i)
public tensorflow.IntStringMap put(int i, BytePointer value)
@ValueSetter @Index public tensorflow.IntStringMap put(int i, @StdString String value)
@ByVal public tensorflow.IntStringMap.Iterator begin()
@ByVal public tensorflow.IntStringMap.Iterator end()
Copyright © 2019. All rights reserved.