Interface SubstitutionAlgorithm

All Known Implementing Classes:
RadixTreeSubstitutionAlgo, StringReplacementAlgo

public interface SubstitutionAlgorithm
Algorithm to perform the string substitution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    substitute(Substitutable substituable)
    Perform's string substitution.
  • Method Details