Package org.drools.verifier.core.maps
Class MultiMapFactory
java.lang.Object
org.drools.verifier.core.maps.MultiMapFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiMapmake()static <Key extends Comparable,Value>
MultiMap<Key,Value, List<Value>> make(boolean updatable) static <Key extends Comparable,Value, ListType extends List<Value>>
MultiMap<Key,Value, ListType> make(boolean updatable, NewSubMapProvider<Value, ListType> newSubMapProvider)
-
Constructor Details
-
MultiMapFactory
public MultiMapFactory()
-
-
Method Details
-
make
public static <Key extends Comparable,Value, MultiMap<Key,ListType extends List<Value>> Value, makeListType> (boolean updatable, NewSubMapProvider<Value, ListType> newSubMapProvider) -
make
public static <Key extends Comparable,Value> MultiMap<Key,Value, makeList<Value>> (boolean updatable) -
make
-