Package de.hpi.fgis.dude.util.sorting.sorter

Contains different implementations of sorting algorithms.

See:
          Description

Interface Summary
DuDeObjectSorter The interface DuDeObjectSorter provides the method signatures for sorting a collection of DuDeObjects.
 

Class Summary
AbstractDuDeObjectSorter AbstractDuDeObjectSorter implements the DuDeObjectSorter interface partially.
InMemorySorter InMemorySorter implements a in-memory sort.
SortedDataFile SortedDataFile encapsulates the functionality that is needed for the TwoPhaseMultiWayMergeSorter in phase two.
TwoPhaseMultiWayMergeSorter TwoPhaseMultiWayMergeSorter implements a file-based sorting using the Two-Phase Multi-Way Merge-Sort algorithm (TPMMS).
 

Package de.hpi.fgis.dude.util.sorting.sorter Description

Contains different implementations of sorting algorithms.



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.