org.codehaus.plexus.component.collections
public class ComponentList extends AbstractComponentCollection implements List
Constructor Summary | |
---|---|
ComponentList(PlexusContainer container, ClassRealm realm, String role, List roleHints) |
Method Summary | |
---|---|
boolean | add(Object object) |
void | add(int i, Object object) |
boolean | addAll(Collection collection) |
boolean | addAll(int i, Collection collection) |
void | clear() |
boolean | contains(Object object) |
boolean | containsAll(Collection collection) |
boolean | equals(Object object) |
Object | get(int i) |
List | getList() |
int | hashCode() |
int | indexOf(Object object) |
boolean | isEmpty() |
Iterator | iterator() |
int | lastIndexOf(Object object) |
ListIterator | listIterator() |
ListIterator | listIterator(int i) |
boolean | remove(Object object) |
Object | remove(int i) |
boolean | removeAll(Collection collection) |
boolean | retainAll(Collection collection) |
Object | set(int i, Object object) |
int | size() |
List | subList(int i, int i1) |
Object[] | toArray() |
Object[] | toArray(Object[] ts) |