|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
javax.management.relation.RoleUnresolvedList
A list of unresolved roles.
Revisions:
20020313 Adrian Brock:
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
RoleUnresolvedList()
Construct an empty RoleUnresolvedList. |
|
RoleUnresolvedList(int initialCapacity)
Construct a RoleUnresolvedList with an initial capacity. |
|
RoleUnresolvedList(java.util.List list)
Construct a RoleUnresolvedList from a list. |
|
| Method Summary | |
void |
add(int index,
RoleUnresolved (src) roleUnresolved)
Adds an unresolved role at the specified location in the list. |
void |
add(RoleUnresolved (src) roleUnresolved)
Appends a unresolved role to the end of the list. |
boolean |
addAll(int index,
RoleUnresolvedList (src) roleUnresolvedList)
Inserts an unresolved role list at the specified location in the list. |
boolean |
addAll(RoleUnresolvedList (src) roleUnresolvedList)
Appends an unresolved role list to the end of the list. |
java.lang.Object |
clone()
Cloning. |
void |
set(int index,
RoleUnresolved (src) roleUnresolved)
Sets an unresolved role at the specified location in the list. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public RoleUnresolvedList()
public RoleUnresolvedList(int initialCapacity)
initialCapacity - the initial capacity.
public RoleUnresolvedList(java.util.List list)
throws java.lang.IllegalArgumentException
list - the list to copy from.
java.lang.IllegalArgumentException - for a null list or
an list element that is not a role unresolved.| Method Detail |
public void add(RoleUnresolved (src) roleUnresolved)
throws java.lang.IllegalArgumentException
roleUnresolved - the new unresolved role.
java.lang.IllegalArgumentException - if the unresolved role is null
public void add(int index,
RoleUnresolved (src) roleUnresolved)
throws java.lang.IllegalArgumentException,
java.lang.IndexOutOfBoundsException
index - the location at which to insert the unresolved role.roleUnresolved - the new unresolved role.
java.lang.IllegalArgumentException - if the unresolved role is null
java.lang.IndexOutOfBoundsException - if there is no such index
in the list
public boolean addAll(RoleUnresolvedList (src) roleUnresolvedList)
throws java.lang.IndexOutOfBoundsException
roleUnresolvedList - the unresolved role list to append (can be null).
java.lang.IndexOutOfBoundsException - if there is no such index
in the list
public boolean addAll(int index,
RoleUnresolvedList (src) roleUnresolvedList)
throws java.lang.IllegalArgumentException,
java.lang.IndexOutOfBoundsException
index - the location at which to insert the unresolved role list.roleUnresolvedList - the unresolved role list to insert.
java.lang.IllegalArgumentException - if the unresolved role list is null
java.lang.IndexOutOfBoundsException - if there is no such index
in the list
public void set(int index,
RoleUnresolved (src) roleUnresolved)
throws java.lang.IllegalArgumentException,
java.lang.IndexOutOfBoundsException
index - the location of the unresolved role to replace.roleUnresolved - the new unresolved role.
java.lang.IllegalArgumentException - if the unresolved role is null
java.lang.IndexOutOfBoundsException - if there is no such index
in the listpublic java.lang.Object clone()
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||