Class AttributedString

  • All Implemented Interfaces:
    java.lang.CharSequence

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