Interface AsSortsMergeStrategy
- All Known Implementing Classes:
AbstractAsSortsMergeStrategy,AsSortsAddAfterMergeStrategy,AsSortsAddBeforeMergeStrategy,AsSortsReplaceMergeStrategy
public interface AsSortsMergeStrategy
Strategy for merging sorts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeSorts(AsSearchProfileResult source, AsSearchProfileResult target) Merges the sorts from the source result into the target result.
-
Method Details
-
mergeSorts
Merges the sorts from the source result into the target result.- Parameters:
source- - the source resulttarget- - the target result
-