|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.npsnet.xrti.XRTIAttributeSetRegionSetPairList
This packages the attributes supplied to the RTI for various DDM services with
the regions to be used with the attributes. Elements are
AttributeSetRegionSetPairs. All operations are required, none optional.
Methods add, addAll, and set should throw
IllegalArgumentException to enforce type of elements.
| Nested Class Summary |
| Nested classes inherited from class java.util.AbstractList |
|
| Field Summary |
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
protected |
XRTIAttributeSetRegionSetPairList(int capacity)
Constructor. |
| Method Summary | |
void |
add(int index,
java.lang.Object element)
Adds an element to this list at the specified location. |
boolean |
add(java.lang.Object element)
Adds an element to the end of this list. |
boolean |
addAll(java.util.Collection c)
Adds the elements contained in the specified collection to this list. |
boolean |
addAll(int index,
java.util.Collection c)
Adds the elements contained in the specified collection to this list at the specified location. |
java.lang.Object |
set(int index,
java.lang.Object element)
Sets the element at the specified index. |
| Methods inherited from class java.util.Vector |
addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList, toArray, toArray |
| Constructor Detail |
protected XRTIAttributeSetRegionSetPairList(int capacity)
capacity - the initial list capacity| Method Detail |
public void add(int index,
java.lang.Object element)
add in interface java.util.Listindex - the location at which to add the elementelement - the element to add
java.lang.IllegalArgumentException - if the element is not
an AttributeSetRegionSetPairpublic boolean add(java.lang.Object element)
add in interface java.util.Listelement - the element to add
true, indicating that the list has changed
java.lang.IllegalArgumentException - if the element is not
an AttributeSetRegionSetPairpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.Listc - the collection containing the elements to add
true if the list changed as a result of this method call
java.lang.IllegalArgumentException - if the collection is not an
AttributeSetRegionSetPairList
public boolean addAll(int index,
java.util.Collection c)
addAll in interface java.util.Listc - the collection containing the elements to addindex - the location at which to add the elements
java.lang.IllegalArgumentException - if the collection is not an
AttributeSetRegionSetPairList
public java.lang.Object set(int index,
java.lang.Object element)
set in interface java.util.Listindex - the index of the element to setelement - the new value for that index
java.lang.IllegalArgumentException - if the element is not
an AttributeSetRegionSetPair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||