Interface ICommonsList<ELEMENTTYPE>

Type Parameters:
ELEMENTTYPE - The data type of the elements in the list.
All Superinterfaces:
Collection<ELEMENTTYPE>, ICloneable<ICommonsList<ELEMENTTYPE>>, ICommonsCollection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, IHasSize, Iterable<ELEMENTTYPE>, List<ELEMENTTYPE>, SequencedCollection<ELEMENTTYPE>
All Known Subinterfaces:
IErrorList
All Known Implementing Classes:
CommonsArrayList, CommonsCopyOnWriteArrayList, CommonsLinkedList, CommonsVector, ErrorList, NonBlockingStack, URLParameterList

public interface ICommonsList<ELEMENTTYPE> extends List<ELEMENTTYPE>, ICommonsCollection<ELEMENTTYPE>, ICloneable<ICommonsList<ELEMENTTYPE>>
A special List interface with extended functionality based on ICommonsCollection.
Author:
Philip Helger