Package org.openstreetmap.osmosis.core.sort.common

Class Summary
FileBasedSort<T extends Storeable> Allows a large number of objects to be sorted by writing them all to disk then sorting using a merge sort algorithm.
MergingIterator<DataType> This iterator examines a list of sorted input sources and merges them into a single sorted list.