Class ComponentList<T>

java.lang.Object
org.codehaus.plexus.component.collections.AbstractComponentCollection<T>
org.codehaus.plexus.component.collections.ComponentList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class ComponentList<T> extends AbstractComponentCollection<T> implements List<T>
Author:
Jason van Zyl FIXME: [jdcasey] We need to review the efficiency (in speed and memory) of this collection...