javax.management.relation
Class RoleList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--javax.management.relation.RoleList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class RoleList
extends java.util.ArrayList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
RoleList()
           
RoleList(int initialCapacity)
           
RoleList(java.util.List list)
           
 
Method Summary
 void add(int index, javax.management.relation.Role role)
           
 void add(javax.management.relation.Role role)
           
 boolean addAll(int index, javax.management.relation.RoleList roleList)
           
 boolean addAll(javax.management.relation.RoleList roleList)
           
 void set(int index, javax.management.relation.Role role)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, 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

RoleList

public RoleList()

RoleList

public RoleList(int initialCapacity)

RoleList

public RoleList(java.util.List list)
Method Detail

add

public void add(javax.management.relation.Role role)
         throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

add

public void add(int index,
                javax.management.relation.Role role)
         throws java.lang.IllegalArgumentException,
                java.lang.IndexOutOfBoundsException
java.lang.IllegalArgumentException
java.lang.IndexOutOfBoundsException

set

public void set(int index,
                javax.management.relation.Role role)
         throws java.lang.IllegalArgumentException,
                java.lang.IndexOutOfBoundsException
java.lang.IllegalArgumentException
java.lang.IndexOutOfBoundsException

addAll

public boolean addAll(javax.management.relation.RoleList roleList)
               throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException

addAll

public boolean addAll(int index,
                      javax.management.relation.RoleList roleList)
               throws java.lang.IllegalArgumentException,
                      java.lang.IndexOutOfBoundsException
java.lang.IllegalArgumentException
java.lang.IndexOutOfBoundsException