Package squidpony

Class ColoredStringList<T>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<IColoredString<T>>, Collection<IColoredString<T>>, List<IColoredString<T>>, RandomAccess

public class ColoredStringList<T>
extends ArrayList<IColoredString<T>>
An helper class for code that deals with lists of IColoredStrings. It does nothing smart, its only purpose is to save you some typing for frequent calls. It is particularly useful when feeding large pieces of text to classes like TextPanel in the display module.
Author:
smelC
See Also:
Serialized Form