软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
List<RoleUnresolved> |
RoleUnresolvedList.asList()
返回此列表的视图作为一个
List<RoleUnresolved> 。
|
Modifier and Type | Method and Description |
---|---|
void |
RoleUnresolvedList.add(int index, RoleUnresolved role)
在指定的位置上插入未解决的角色指定的元素。
|
void |
RoleUnresolvedList.add(RoleUnresolved role)
加roleunresolved指定列表的最后一个元素。
|
void |
RoleUnresolvedList.set(int index, RoleUnresolved role)
将指定的位置设置为指定的未解决的角色。
|
Constructor and Description |
---|
RoleUnresolvedList(List<RoleUnresolved> list)
构建了一个
RoleUnresolvedList 含有的
List 指定的元素,在它们的
List 的迭代器返回的顺序。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.