Package org.drools.core.common
Class MapStorage<K,V>
java.lang.Object
org.drools.core.common.MapStorage<K,V>
- All Implemented Interfaces:
Storage<K,V>
-
Constructor Details
-
MapStorage
-
-
Method Details
-
get
-
getOrDefault
- Specified by:
getOrDefaultin interfaceStorage<K,V>
-
put
-
putAll
-
containsKey
- Specified by:
containsKeyin interfaceStorage<K,V>
-
remove
-
clear
public void clear() -
values
-
keySet
-
size
public int size() -
isEmpty
public boolean isEmpty()
-