Uses of Interface
org.drools.core.common.Storage
-
Packages that use Storage Package Description org.drools.core.common -
-
Uses of Storage in org.drools.core.common
Classes in org.drools.core.common that implement Storage Modifier and Type Class Description classMapStorage<K,V>Methods in org.drools.core.common that return Storage Modifier and Type Method Description static <K,V>
Storage<K,V>Storage. fromMap(java.util.Map<K,V> input)Constructors in org.drools.core.common with parameters of type Storage Constructor Description MapObjectStore(Storage<java.lang.Object,InternalFactHandle> fhStorage)
-