Uses of Interface
org.drools.verifier.core.maps.MultiMap
-
Packages that use MultiMap Package Description org.drools.verifier.core.index.query org.drools.verifier.core.index.select org.drools.verifier.core.maps -
-
Uses of MultiMap in org.drools.verifier.core.index.query
Constructors in org.drools.verifier.core.index.query with parameters of type MultiMap Constructor Description MapBy(MultiMap<Value,ValueType,java.util.List<ValueType>> multiMap) -
Uses of MultiMap in org.drools.verifier.core.index.select
Methods in org.drools.verifier.core.index.select that return MultiMap Modifier and Type Method Description MultiMap<Value,T,java.util.List<T>>Select. asMap()MultiMap<Value,T,java.util.List<T>>ExactMatcherSearch. search()Constructors in org.drools.verifier.core.index.select with parameters of type MultiMap Constructor Description ExactMatcherSearch(ExactMatcher matcher, MultiMap<Value,T,java.util.List<T>> map)Listen(MultiMap<Value,T,java.util.List<T>> map, Matcher matcher)Select(MultiMap<Value,T,java.util.List<T>> map, Matcher matcher) -
Uses of MultiMap in org.drools.verifier.core.maps
Classes in org.drools.verifier.core.maps that implement MultiMap Modifier and Type Class Description classArrayMultiMap<Key extends java.lang.Comparable,Value>classRawMultiMap<Key extends java.lang.Comparable,Value,ListType extends java.util.List<Value>>Methods in org.drools.verifier.core.maps that return MultiMap Modifier and Type Method Description MultiMap<Value,T,java.util.List<T>>KeyTreeMap. get(KeyDefinition keyDefinition)MultiMap<V,T,java.util.List<T>>MultiMapChangeHandler.ChangeSet. getAdded()MultiMap<V,T,java.util.List<T>>MultiMapChangeHandler.ChangeSet. getRemoved()static MultiMapMultiMapFactory. make()static <Key extends java.lang.Comparable,Value>
MultiMap<Key,Value,java.util.List<Value>>MultiMapFactory. make(boolean updatable)static <Key extends java.lang.Comparable,Value,ListType extends java.util.List<Value>>
MultiMap<Key,Value,ListType>MultiMapFactory. make(boolean updatable, NewSubMapProvider<Value,ListType> newSubMapProvider)static <Key extends java.lang.Comparable,V,ListType extends java.util.List<V>>
MultiMap<Key,V,ListType>MultiMap. merge(MultiMap<Key,V,ListType> first, MultiMap<Key,V,ListType> second)Merges the second MultiMap into the first.protected MultiMap<Value,T,java.util.List<T>>KeyTreeMap. resolveMapByKeyId(KeyDefinition id)MultiMap<Key,Value,ListType>MultiMap. subMap(Key fromKey, boolean fromInclusive, Key toKey, boolean toInclusive)MultiMap<Key,Value,ListType>RawMultiMap. subMap(Key fromKey, boolean fromInclusive, Key toKey, boolean toInclusive)Methods in org.drools.verifier.core.maps with parameters of type MultiMap Modifier and Type Method Description static <Key extends java.lang.Comparable,V,ListType extends java.util.List<V>>
MultiMap<Key,V,ListType>MultiMap. merge(MultiMap<Key,V,ListType> first, MultiMap<Key,V,ListType> second)Merges the second MultiMap into the first.
-