Class CSSWritableList<DATATYPE extends ICSSWriteable>

java.lang.Object
java.util.AbstractCollection<DATATYPE>
java.util.AbstractList<DATATYPE>
java.util.ArrayList<DATATYPE>
com.helger.commons.collection.impl.CommonsArrayList<DATATYPE>
com.helger.css.decl.CSSWritableList<DATATYPE>
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, SequencedCollection<DATATYPE>
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: