Package org.drools.core.common
Class MapStorage<K,V>
- java.lang.Object
-
- org.drools.core.common.MapStorage<K,V>
-
-
Constructor Summary
Constructors Constructor Description MapStorage(java.util.Map<K,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(K key)Vget(K key)VgetOrDefault(K key, V value)booleanisEmpty()java.util.Set<K>keySet()Vput(K key, V value)voidputAll(java.util.Map<? extends K,? extends V> otherMap)Vremove(K key)intsize()java.util.Collection<V>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.common.Storage
flush, requiresFlush
-
-