Interface StageRunner
-
- All Superinterfaces:
AutoCloseable
public interface StageRunner extends AutoCloseable
An interface for different stages of the sorting process. Different stages can communicate via theStageRunner.StageMessageDispatcher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStageRunner.SortStageA marker interface for sending messages to different stages.static interfaceStageRunner.StageMessageDispatcher<E>A dispatcher for inter-stage communication.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts the stage.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-