Interface AsSortsMergeStrategy
-
- All Known Implementing Classes:
AbstractAsSortsMergeStrategy,AsSortsAddAfterMergeStrategy,AsSortsAddBeforeMergeStrategy,AsSortsReplaceMergeStrategy
public interface AsSortsMergeStrategyStrategy for merging sorts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmergeSorts(AsSearchProfileResult source, AsSearchProfileResult target)Merges the sorts from the source result into the target result.
-
-
-
Method Detail
-
mergeSorts
void mergeSorts(AsSearchProfileResult source, AsSearchProfileResult target)
Merges the sorts from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-
-