| Package | Description |
|---|---|
| de.hybris.platform.adaptivesearch.strategies.impl | |
| de.hybris.platform.adaptivesearch.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMergeMap.mergeAfter(MergeMap<K,AsConfigurationHolder<T,R>> source,
MergeFunction<K,AsConfigurationHolder<T,R>> mergeFunction) |
void |
DefaultMergeMap.mergeBefore(MergeMap<K,AsConfigurationHolder<T,R>> source,
MergeFunction<K,AsConfigurationHolder<T,R>> mergeFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeMap.mergeAfter(MergeMap<K,V> source,
MergeFunction<K,V> mergeFunction)
Merges both maps, all entries from source map are added to this map.
|
void |
MergeMap.mergeBefore(MergeMap<K,V> source,
MergeFunction<K,V> mergeFunction)
Merges both maps, all entries from source map are added to this map.
|
Copyright © 2018 SAP SE. All Rights Reserved.