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

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleList.java34 * A RoleList represents a list of roles (Role objects). It is used as
56 public class RoleList extends ArrayList<Object> { class in inherits:ArrayList
69 * Constructs an empty RoleList.
71 public RoleList() { method in class:RoleList
76 * Constructs an empty RoleList with the initial capacity
81 public RoleList(int initialCapacity) { method in class:RoleList
86 * Constructs a {@code RoleList} containing the elements of the
88 * the {@code List}'s iterator. The {@code RoleList} instance has
93 * the new {@code RoleList}.
101 public RoleList(Lis method in class:RoleList
[all...]

Completed in 327 milliseconds