Package org.drools.base.rule
Class XpathBackReference.MapAdapter
java.lang.Object
org.drools.base.rule.XpathBackReference.MapAdapter
- All Implemented Interfaces:
Map<String,Declaration>
- Enclosing class:
- XpathBackReference
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()put(String key, Declaration value) voidputAll(Map<? extends String, ? extends Declaration> m) intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MapAdapter
public MapAdapter()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap<String,Declaration>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,Declaration>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Declaration>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Declaration>
-
get
- Specified by:
getin interfaceMap<String,Declaration>
-
put
- Specified by:
putin interfaceMap<String,Declaration>
-
remove
- Specified by:
removein interfaceMap<String,Declaration>
-
putAll
- Specified by:
putAllin interfaceMap<String,Declaration>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,Declaration>
-
keySet
- Specified by:
keySetin interfaceMap<String,Declaration>
-
values
- Specified by:
valuesin interfaceMap<String,Declaration>
-
entrySet
- Specified by:
entrySetin interfaceMap<String,Declaration>
-