public class JsMapLike<T> extends Object implements MapLike<T>
JsMapLike class.
JsMapLike()
T
get(String key)
void
put(String key, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsMapLike()
public T get(String key)
get.
get
MapLike<T>
key
String
public void put(String key, T value)
put.
put
value
Copyright © 2020. All rights reserved.