Class StringSubstitutor.Result

java.lang.Object
org.apache.commons.text.StringSubstitutor.Result
Enclosing class:
StringSubstitutor

private static final class StringSubstitutor.Result extends Object
The low-level result of a substitution.
Since:
1.9
  • Field Details

    • altered

      public final boolean altered
      Whether the buffer is altered.
    • lengthChange

      public final int lengthChange
      The length of change.
  • Constructor Details

    • Result

      private Result(boolean altered, int lengthChange)
  • Method Details