Class AttributedString

java.lang.Object
org.jline.utils.AttributedCharSequence
org.jline.utils.AttributedString
All Implemented Interfaces:
CharSequence

public class AttributedString extends AttributedCharSequence
Attributed string. Instances of this class are immutables. Substrings are created without any memory copy.
Author:
Guillaume Nodet