public class SingleValueMap extends Object implements Map, Serializable
ParameterAware,
Serialized Form| Constructor and Description |
|---|
SingleValueMap(Map m) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
public SingleValueMap(Map m)
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2013 Atlassian. All Rights Reserved.