Interface StageRunner

All Superinterfaces:
AutoCloseable

public interface StageRunner extends AutoCloseable
An interface for different stages of the sorting process. Different stages can communicate via the StageRunner.StageMessageDispatcher.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    A marker interface for sending messages to different stages.
    static interface 
    A dispatcher for inter-stage communication.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts the stage.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • start

      void start()
      Starts the stage.