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.ObjectThe low-level result of a substitution.- Since:
- 1.9
-
-
Field Summary
Fields Modifier and Type Field Description booleanalteredWhether the buffer is altered.intlengthChangeThe length of change.
-
Constructor Summary
Constructors Modifier Constructor Description privateResult(boolean altered, int lengthChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-