Interface AlgorithmBuilder<T extends Algorithm>

    • Method Detail

      • build

        T build()
        Builds the Algorithm.

        If invoked several times the method must return the same object.

        Returns:
        the built object