Class IColoredString.Impl<T>

java.lang.Object
squidpony.panel.IColoredString.Impl<T>
Type Parameters:
T - The type of colors
All Implemented Interfaces:
Iterable<IColoredString.Bucket<T>>, IColoredString<T>
Enclosing interface:
IColoredString<T>

public static class IColoredString.Impl<T>
extends Object
implements IColoredString<T>
A basic implementation of IColoredString.
Author:
smelC