public class Map<K extends String,V> extends Object implements Iterable<K>
| Modifier | Constructor and Description |
|---|---|
protected |
Map()
Constructor is package private, it isn't supposed to be used directly by clients of the API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
$delete(K key) |
V |
$get(K key) |
void |
$put(K key,
V value) |
static <KK extends String,VV> |
copyOf(Map<KK,VV> map)
constructors used on the server side only.
|
Iterator<K> |
iterator() |
Map<K,V> |
java()
this gives access to the java implementation.
|
String |
toString() |
static <KK extends String,VV> |
wrap(Map<KK,VV> map)
constructors used on the server side only.
|
protected Map()
public static <KK extends String,VV> Map<KK,VV> wrap(Map<KK,VV> map)
list - public static <KK extends String,VV> Map<KK,VV> copyOf(Map<KK,VV> map)
list - public Map<K,V> java()
public void $delete(K key)
Copyright © 2015. All Rights Reserved.