| Package | Description |
|---|---|
| org.drools.verifier.core.index.query | |
| org.drools.verifier.core.index.select | |
| org.drools.verifier.core.maps |
| Constructor and Description |
|---|
MapBy(MultiMap<Value,ValueType,List<ValueType>> multiMap) |
| Modifier and Type | Method and Description |
|---|---|
MultiMap<Value,T,List<T>> |
Select.asMap() |
MultiMap<Value,T,List<T>> |
ExactMatcherSearch.search() |
| Constructor and Description |
|---|
ExactMatcherSearch(ExactMatcher matcher,
MultiMap<Value,T,List<T>> map) |
Listen(MultiMap<Value,T,List<T>> map,
Matcher matcher) |
Select(MultiMap<Value,T,List<T>> map,
Matcher matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMultiMap<Key extends Comparable,Value> |
class |
RawMultiMap<Key extends Comparable,Value,ListType extends List<Value>> |
| Modifier and Type | Method and Description |
|---|---|
MultiMap<Value,T,List<T>> |
KeyTreeMap.get(KeyDefinition keyDefinition) |
MultiMap<V,T,List<T>> |
MultiMapChangeHandler.ChangeSet.getAdded() |
MultiMap<V,T,List<T>> |
MultiMapChangeHandler.ChangeSet.getRemoved() |
static MultiMap |
MultiMapFactory.make() |
static <Key extends Comparable,Value> |
MultiMapFactory.make(boolean updatable) |
static <Key extends Comparable,Value,ListType extends List<Value>> |
MultiMapFactory.make(boolean updatable,
NewSubMapProvider<Value,ListType> newSubMapProvider) |
static <Key extends Comparable,V,ListType extends List<V>> |
MultiMap.merge(MultiMap<Key,V,ListType> first,
MultiMap<Key,V,ListType> second)
Merges the second MultiMap into the first.
|
protected MultiMap<Value,T,List<T>> |
KeyTreeMap.resolveMapByKeyId(KeyDefinition id) |
MultiMap<Key,Value,ListType> |
RawMultiMap.subMap(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive) |
MultiMap<Key,Value,ListType> |
MultiMap.subMap(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive) |
| Modifier and Type | Method and Description |
|---|---|
static <Key extends Comparable,V,ListType extends List<V>> |
MultiMap.merge(MultiMap<Key,V,ListType> first,
MultiMap<Key,V,ListType> second)
Merges the second MultiMap into the first.
|
static <Key extends Comparable,V,ListType extends List<V>> |
MultiMap.merge(MultiMap<Key,V,ListType> first,
MultiMap<Key,V,ListType> second)
Merges the second MultiMap into the first.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.