org.omnaest.utils.sorting
Interface SortUtil.ArbitraryStructureContext
- Enclosing class:
- SortUtil
public static interface SortUtil.ArbitraryStructureContext
Used by merge sort, to determin the index position start and end points.
Has to be
implemented by the client application.
- Author:
- Omnaest
- See Also:
SortUtil.mergeSort(ArbitraryStructureContext, ComparableArbitraryStructureIndexPosition,
MergeSortDataModify, boolean)
getStartIndexPosition
int getStartIndexPosition()
getEndIndexPosition
int getEndIndexPosition()
Copyright © 2013. All Rights Reserved.