Serialized Form
-
Package org.apache.commons.text
-
Class org.apache.commons.text.CompositeFormat
class CompositeFormat extends Format implements Serializable- serialVersionUID:
- -4329119827877627683L
-
Class org.apache.commons.text.ExtendedMessageFormat
class ExtendedMessageFormat extends MessageFormat implements Serializable- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
Map<String,
? extends FormatFactory> registry Our registry of FormatFactory. -
toPattern
String toPattern
To pattern string.
-
-
Class org.apache.commons.text.StrBuilder
class StrBuilder extends Object implements Serializable- serialVersionUID:
- 7628716375283629643L
-
Serialized Fields
-
buffer
char[] buffer
Deprecated.Internal data storage. -
newLine
String newLine
Deprecated.The new line,null
means use the system default fromSystem.lineSeparator()
. -
nullText
String nullText
Deprecated.The null text. -
size
int size
Deprecated.Current size of the buffer.
-
-
Class org.apache.commons.text.TextStringBuilder
class TextStringBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
buffer
char[] buffer
Internal data storage. -
newLine
String newLine
The new line,null
means use the system default fromSystem.lineSeparator()
. -
nullText
String nullText
The null text. -
reallocations
int reallocations
Incremented when the buffer is reallocated. -
size
int size
Current size of the buffer.
-
-