Uses of Interface
org.drools.verifier.core.maps.NewSubMapProvider
-
Packages that use NewSubMapProvider Package Description org.drools.verifier.core.maps -
-
Uses of NewSubMapProvider in org.drools.verifier.core.maps
Classes in org.drools.verifier.core.maps that implement NewSubMapProvider Modifier and Type Class Description classArrayListSubMapProvider<Value>Methods in org.drools.verifier.core.maps with parameters of type NewSubMapProvider Modifier and Type Method Description static <Key extends Comparable,Value,ListType extends List<Value>>
MultiMap<Key,Value,ListType>MultiMapFactory. make(boolean updatable, NewSubMapProvider<Value,ListType> newSubMapProvider)Constructors in org.drools.verifier.core.maps with parameters of type NewSubMapProvider Constructor Description RawMultiMap(SortedMap<Key,ListType> map, NewSubMapProvider<Value,ListType> newSubMapProvider)RawMultiMap(NewSubMapProvider<Value,ListType> newSubMapProvider)
-