Class ComponentMap<T>

java.lang.Object
org.codehaus.plexus.component.collections.AbstractComponentCollection<T>
org.codehaus.plexus.component.collections.ComponentMap<T>
All Implemented Interfaces:
Map<String,T>

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