com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKVectorInternal

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by com.crystaldecisions.sdk.occa.report.lib.ClonableList
                  extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector
                      extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKVectorInternal
All Implemented Interfaces:
IClone, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
Direct Known Subclasses:
Fields, Groups

public class ReportSDKVectorInternal
extends ReportSDKVector

For internal use only.

See Also:
Serialized Form

Constructor Summary
ReportSDKVectorInternal()
           
 
Method Summary
 boolean add(java.lang.Object o)
          For internal use only.
 void add(int index, java.lang.Object element)
          For internal use only.
 boolean addAll(java.util.Collection c)
          For internal use only.
 boolean addAll(int index, java.util.Collection c)
          For internal use only.
 void addElement(java.lang.Object o)
          For internal use only.
 void addEventListener(IListEventListener listener)
          For internal use only.
 void clear()
          For internal use only.
 java.lang.Object remove(int index)
          For internal use only.
 boolean remove(java.lang.Object o)
          For internal use only.
 boolean removeAll(java.util.Collection c)
          For internal use only.
 void removeAllElements()
          For internal use only.
 boolean retainAll(java.util.Collection c)
          For internal use only.
 java.lang.Object set(int index, java.lang.Object element)
          For internal use only.
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector
addNullElement, elementAt, insertElementAt
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ClonableList
clone, copyTo, copyTo, createMember, endElement, findIndexOf, hasContent, readElement, save, save, saveContents, startElement
 
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, 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, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, subList
 

Constructor Detail

ReportSDKVectorInternal

public ReportSDKVectorInternal()
Method Detail

add

public boolean add(java.lang.Object o)
For internal use only.

Specified by:
add in interface java.util.Collection
Specified by:
add in interface java.util.List
Overrides:
add in class ReportSDKVector
Parameters:
o - element to be added into the collection.
Returns:
true if this collection changed as a result of the call.

add

public void add(int index,
                java.lang.Object element)
For internal use only.

Specified by:
add in interface java.util.List
Overrides:
add in class ReportSDKVector
Parameters:
index - index at which the specified element is to be inserted.
element - element to be inserted.

addAll

public boolean addAll(java.util.Collection c)
For internal use only.

Specified by:
addAll in interface java.util.Collection
Specified by:
addAll in interface java.util.List
Overrides:
addAll in class java.util.ArrayList

addAll

public boolean addAll(int index,
                      java.util.Collection c)
For internal use only.

Specified by:
addAll in interface java.util.List
Overrides:
addAll in class java.util.ArrayList

addElement

public void addElement(java.lang.Object o)
For internal use only.

Overrides:
addElement in class ReportSDKVector
Parameters:
o - The Object to be added.

clear

public void clear()
For internal use only.

Specified by:
clear in interface java.util.Collection
Specified by:
clear in interface java.util.List
Overrides:
clear in class java.util.ArrayList

remove

public java.lang.Object remove(int index)
For internal use only.

Specified by:
remove in interface java.util.List
Overrides:
remove in class java.util.ArrayList

remove

public boolean remove(java.lang.Object o)
For internal use only.

Specified by:
remove in interface java.util.Collection
Specified by:
remove in interface java.util.List
Overrides:
remove in class java.util.ArrayList

removeAll

public boolean removeAll(java.util.Collection c)
For internal use only.

Specified by:
removeAll in interface java.util.Collection
Specified by:
removeAll in interface java.util.List
Overrides:
removeAll in class java.util.AbstractCollection

retainAll

public boolean retainAll(java.util.Collection c)
For internal use only.

Specified by:
retainAll in interface java.util.Collection
Specified by:
retainAll in interface java.util.List
Overrides:
retainAll in class java.util.AbstractCollection

removeAllElements

public void removeAllElements()
For internal use only.

Overrides:
removeAllElements in class ReportSDKVector

set

public java.lang.Object set(int index,
                            java.lang.Object element)
For internal use only.

Specified by:
set in interface java.util.List
Overrides:
set in class java.util.ArrayList

addEventListener

public void addEventListener(IListEventListener listener)
For internal use only.