Class StringBuilders

Object
Static
StringBuilders

public final class StringBuilders extends Static
Static methods working on String­Builder instances. Some methods defined in this class duplicate the functionalities provided in the Char­Sequences class, but modify directly the content of the provided String­Builder instead of creating new objects.

Unicode support

Every methods defined in this class work on code points instead of characters when appropriate. Consequently, those methods should behave correctly with characters outside the Basic Multilingual Plane (BMP).
Since:
0.3
See Also: