IStringable

public interface IStringable

IStringable is used as an optimization when building strings. If a ICharacterWriter implements IStringable, we will return it (once it is finished and is no longer mutable) as a String instead of a CharSequence.

Methods

toString

String toString()

Convert this object to a string.

Returns:A string representation of the object.