public class XpathBackReference.MapAdapter extends Object implements Map<String,Declaration>
Constructor and Description |
---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
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–2020 JBoss by Red Hat. All rights reserved.