Class StringSubstitutor.Result
java.lang.Object
org.apache.commons.text.StringSubstitutor.Result
- Enclosing class:
StringSubstitutor
The low-level result of a substitution.
- Since:
- 1.9
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether the buffer is altered.final intThe length of change. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
altered
public final boolean alteredWhether the buffer is altered. -
lengthChange
public final int lengthChangeThe length of change.
-
-
Constructor Details
-
Result
private Result(boolean altered, int lengthChange)
-
-
Method Details
-
toString
-