Class UniqueStatementList<T extends CometStatement>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
com.priint.pubserver.comet.entity.UniqueStatementList<T>
Type Parameters:
T - the type parameter
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class UniqueStatementList<T extends CometStatement> extends ArrayList<T>
The type Unique statement list. Internal use only.
See Also: