| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
List |
RoleUnresolvedList.asList()
Return a view of this list as a
List<RoleUnresolved>.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleUnresolvedList.add(int index, RoleUnresolved
Inserts the unresolved role specified as an element at the position specified.
|
void |
RoleUnresolvedList.add(RoleUnresolved
Adds the RoleUnresolved specified as the last element of the list.
|
void |
RoleUnresolvedList.set(int index, RoleUnresolved
Sets the element at the position specified to be the unresolved role specified.
|
| Constructor and Description | |
|---|---|
RoleUnresolvedList(List
Constructs a
RoleUnresolvedList containing the elements of the
List specified, in the order in which they are returned by the
List's iterator.
|