Package org.apache.commons.text
Class StringSubstitutor.Result
- java.lang.Object
-
- org.apache.commons.text.StringSubstitutor.Result
-
- Enclosing class:
- StringSubstitutor
private static final class StringSubstitutor.Result extends java.lang.Object
The low-level result of a substitution.- Since:
- 1.9
-
-
Field Summary
Fields Modifier and Type Field Description boolean
altered
Whether the buffer is altered.int
lengthChange
The length of change.
-
Constructor Summary
Constructors Modifier Constructor Description private
Result(boolean altered, int lengthChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-