Class CSSWritableList<DATATYPE extends ICSSWriteable>

  • Type Parameters:
    DATATYPE - The type of object to be handled.
    All Implemented Interfaces:
    com.helger.commons.collection.impl.ICommonsCollection<DATATYPE>, com.helger.commons.collection.impl.ICommonsIterable<DATATYPE>, com.helger.commons.collection.impl.ICommonsList<DATATYPE>, com.helger.commons.lang.ICloneable<com.helger.commons.collection.impl.ICommonsList<DATATYPE>>, com.helger.commons.lang.IHasSize, ICSSSourceLocationAware, ICSSWriteable, Serializable, Cloneable, Iterable<DATATYPE>, Collection<DATATYPE>, List<DATATYPE>, RandomAccess
    Direct Known Subclasses:
    CSSDeclarationList

    @NotThreadSafe
    public class CSSWritableList<DATATYPE extends ICSSWriteable>
    extends com.helger.commons.collection.impl.CommonsArrayList<DATATYPE>
    implements ICSSSourceLocationAware, ICSSWriteable
    Represents a list of ICSSWriteable objects. This class emits all contained elements with a semicolon as separator but without any surrounding block elements.
    Since:
    5.0.0
    Author:
    Philip Helger
    See Also:
    Serialized Form