javax.management
Class AttributeList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
javax.management.AttributeList
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable
- public class AttributeList
- extends java.util.ArrayList
- Version:
- $Revision: 1.4 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.ArrayList |
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, 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 |
AttributeList
public AttributeList()
AttributeList
public AttributeList(int initialCapacity)
AttributeList
public AttributeList(AttributeList list)
add
public boolean add(java.lang.Object o)
add
public void add(Attribute a)
add
public void add(int index,
java.lang.Object element)
add
public void add(int index,
Attribute element)
addAll
public boolean addAll(java.util.Collection c)
addAll
public boolean addAll(AttributeList c)
addAll
public boolean addAll(int index,
java.util.Collection c)
addAll
public boolean addAll(int index,
AttributeList c)
set
public java.lang.Object set(int index,
java.lang.Object element)
set
public void set(int index,
Attribute element)
Copyright © 2001-2002 MX4J Team. All Rights Reserved.