public final class PlayObject extends Object implements Map<String,Object>, Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static PlayObject |
EMPTY_OBJECT |
| Constructor and Description |
|---|
PlayObject() |
PlayObject(int initialCapacity) |
PlayObject(Map<Object,Object> map) |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final PlayObject EMPTY_OBJECT
public static PlayObject toPlayObject(Map<Object,Object> inputMap)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public PlayObject fluentPut(String key, Object value)
public PlayObject fluentRemove(Object key)
public PlayObject fluentPutAll(Map<? extends String,?> m)
public PlayObject fluentClear()
public boolean equals(Object obj)
public int hashCode()
public PlayObject getPlayObject(String key)
public byte[] getBytes(String key)
public boolean getBooleanValue(String key)
public byte getByteValue(String key)
public short getShortValue(String key)
public int getIntValue(String key)
public long getLongValue(String key)
public float getFloatValue(String key)
public double getDoubleValue(String key)
Copyright © 2019 LeanCloud. All rights reserved.