public static class Storage.MapType extends Struct
Constructor and Description |
---|
MapType(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Type |
getKey()
The mapped key as
org.polkadot.types.type |
Type |
getValue()
The mapped value as
org.polkadot.types.type |
java.lang.Boolean |
isLinked()
Is this an enumerable linked map
|
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
finalize, getClass, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public Type getKey()
The mapped key as org.polkadot.types.type
public Type getValue()
The mapped value as org.polkadot.types.type
public java.lang.Boolean isLinked()
Is this an enumerable linked map