Interface ICommonsCollection<ELEMENTTYPE>

Type Parameters:
ELEMENTTYPE - The data type stored in the collection
All Superinterfaces:
Collection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, IHasSize, Iterable<ELEMENTTYPE>
All Known Subinterfaces:
ICommonsList<ELEMENTTYPE>, ICommonsNavigableSet<ELEMENTTYPE>, ICommonsOrderedSet<ELEMENTTYPE>, ICommonsSet<ELEMENTTYPE>, ICommonsSortedSet<ELEMENTTYPE>, IErrorList
All Known Implementing Classes:
CommonsArrayList, CommonsCopyOnWriteArrayList, CommonsCopyOnWriteArraySet, CommonsHashSet, CommonsLinkedHashSet, CommonsLinkedList, CommonsTreeSet, CommonsVector, ErrorList, LRUSet, NonBlockingStack, URLParameterList

public interface ICommonsCollection<ELEMENTTYPE> extends Collection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, IHasSize
Case collection interface for my extended collection classes.
Author:
Philip Helger