org.codehaus.plexus.component.collections

Class ComponentList

public class ComponentList extends AbstractComponentCollection implements List

Author: Jason van Zyl

Constructor Summary
ComponentList(PlexusContainer container, ClassRealm realm, String role, List roleHints)
Method Summary
booleanadd(Object object)
voidadd(int i, Object object)
booleanaddAll(Collection collection)
booleanaddAll(int i, Collection collection)
voidclear()
booleancontains(Object object)
booleancontainsAll(Collection collection)
booleanequals(Object object)
Objectget(int i)
ListgetList()
inthashCode()
intindexOf(Object object)
booleanisEmpty()
Iteratoriterator()
intlastIndexOf(Object object)
ListIteratorlistIterator()
ListIteratorlistIterator(int i)
booleanremove(Object object)
Objectremove(int i)
booleanremoveAll(Collection collection)
booleanretainAll(Collection collection)
Objectset(int i, Object object)
intsize()
ListsubList(int i, int i1)
Object[]toArray()
Object[]toArray(Object[] ts)

Constructor Detail

ComponentList

public ComponentList(PlexusContainer container, ClassRealm realm, String role, List roleHints)

Method Detail

add

public boolean add(Object object)

add

public void add(int i, Object object)

addAll

public boolean addAll(Collection collection)

addAll

public boolean addAll(int i, Collection collection)

clear

public void clear()

contains

public boolean contains(Object object)

containsAll

public boolean containsAll(Collection collection)

equals

public boolean equals(Object object)

get

public Object get(int i)

getList

private List getList()

hashCode

public int hashCode()

indexOf

public int indexOf(Object object)

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()

lastIndexOf

public int lastIndexOf(Object object)

listIterator

public ListIterator listIterator()

listIterator

public ListIterator listIterator(int i)

remove

public boolean remove(Object object)

remove

public Object remove(int i)

removeAll

public boolean removeAll(Collection collection)

retainAll

public boolean retainAll(Collection collection)

set

public Object set(int i, Object object)

size

public int size()

subList

public List subList(int i, int i1)

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] ts)