public class XpathBackReference.MapAdapter extends Object implements Map<String,Declaration>
| Constructor and Description |
|---|
XpathBackReference.MapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Declaration>> |
entrySet() |
Declaration |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Declaration |
put(String key,
Declaration value) |
void |
putAll(Map<? extends String,? extends Declaration> m) |
Declaration |
remove(Object key) |
int |
size() |
Collection<Declaration> |
values() |
public int size()
size in interface Map<String,Declaration>public boolean isEmpty()
isEmpty in interface Map<String,Declaration>public boolean containsKey(Object key)
containsKey in interface Map<String,Declaration>public boolean containsValue(Object value)
containsValue in interface Map<String,Declaration>public Declaration get(Object key)
get in interface Map<String,Declaration>public Declaration put(String key, Declaration value)
put in interface Map<String,Declaration>public Declaration remove(Object key)
remove in interface Map<String,Declaration>public void putAll(Map<? extends String,? extends Declaration> m)
putAll in interface Map<String,Declaration>public void clear()
clear in interface Map<String,Declaration>public Collection<Declaration> values()
values in interface Map<String,Declaration>public Set<Map.Entry<String,Declaration>> entrySet()
entrySet in interface Map<String,Declaration>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.