public class V8Map<V> extends Object implements Map<V8Value,V>, Releasable
| Constructor and Description |
|---|
V8Map()
Creates a V8Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<V8Value,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<V8Value> |
keySet() |
V |
put(V8Value key,
V value) |
void |
putAll(Map<? extends V8Value,? extends V> m) |
void |
release()
Releases all the resources associated with this map.
|
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public void release()
release in interface Releasablepublic boolean containsKey(Object key)
containsKey in interface Map<V8Value,V>public boolean containsValue(Object value)
containsValue in interface Map<V8Value,V>Copyright © 2015. All rights reserved.