public class WritableNativeMap extends ReadableNativeMap implements WritableMap
Arguments.createMap() if
you need to stub out creating this class in a test. TODO(5815532): Check if consumed on read| Constructor and Description |
|---|
WritableNativeMap() |
| Modifier and Type | Method and Description |
|---|---|
WritableMap |
copy() |
void |
merge(ReadableMap source) |
void |
putArray(java.lang.String key,
ReadableArray value) |
void |
putBoolean(java.lang.String key,
boolean value) |
void |
putDouble(java.lang.String key,
double value) |
void |
putInt(java.lang.String key,
int value) |
void |
putMap(java.lang.String key,
ReadableMap value) |
void |
putNull(java.lang.String key) |
void |
putString(java.lang.String key,
java.lang.String value) |
equals, getArray, getBoolean, getDouble, getDynamic, getEntryIterator, getInt, getJNIPassCounter, getMap, getString, getType, hashCode, hasKey, isNull, keySetIterator, toHashMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetArray, getBoolean, getDouble, getDynamic, getEntryIterator, getInt, getMap, getString, getType, hasKey, isNull, keySetIterator, toHashMappublic void putBoolean(java.lang.String key,
boolean value)
putBoolean in interface WritableMappublic void putDouble(java.lang.String key,
double value)
putDouble in interface WritableMappublic void putInt(java.lang.String key,
int value)
putInt in interface WritableMappublic void putNull(java.lang.String key)
putNull in interface WritableMappublic void putString(java.lang.String key,
java.lang.String value)
putString in interface WritableMappublic void putMap(java.lang.String key,
ReadableMap value)
putMap in interface WritableMappublic void putArray(java.lang.String key,
ReadableArray value)
putArray in interface WritableMappublic void merge(ReadableMap source)
merge in interface WritableMappublic WritableMap copy()
copy in interface WritableMap