Package org.drools.verifier.core.maps
Class MultiMapFactory
- java.lang.Object
-
- org.drools.verifier.core.maps.MultiMapFactory
-
public class MultiMapFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiMapFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MultiMapmake()static <Key extends java.lang.Comparable,Value>
MultiMap<Key,Value,java.util.List<Value>>make(boolean updatable)static <Key extends java.lang.Comparable,Value,ListType extends java.util.List<Value>>
MultiMap<Key,Value,ListType>make(boolean updatable, NewSubMapProvider<Value,ListType> newSubMapProvider)
-
-
-
Method Detail
-
make
public static <Key extends java.lang.Comparable,Value,ListType extends java.util.List<Value>> MultiMap<Key,Value,ListType> make(boolean updatable, NewSubMapProvider<Value,ListType> newSubMapProvider)
-
make
public static <Key extends java.lang.Comparable,Value> MultiMap<Key,Value,java.util.List<Value>> make(boolean updatable)
-
make
public static MultiMap make()
-
-