Searched defs:RoleUnresolvedList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleUnresolvedList.java34 * A RoleUnresolvedList represents a list of RoleUnresolved objects,
55 public class RoleUnresolvedList extends ArrayList<Object> { class in inherits:ArrayList
68 * Constructs an empty RoleUnresolvedList.
70 public RoleUnresolvedList() { method in class:RoleUnresolvedList
75 * Constructs an empty RoleUnresolvedList with the initial capacity
80 public RoleUnresolvedList(int initialCapacity) { method in class:RoleUnresolvedList
85 * Constructs a {@code RoleUnresolvedList} containing the elements of the
87 * the {@code List}'s iterator. The {@code RoleUnresolvedList} instance has
92 * the new {@code RoleUnresolvedList}.
100 public RoleUnresolvedList(Lis method in class:RoleUnresolvedList
[all...]

Completed in 753 milliseconds