com.ibm.dtfj.analyzer.base
Class CollectionAnalyzerBase
java.lang.Object
TranslatableAnalyzer
com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
com.ibm.dtfj.analyzer.base.CollectionAnalyzerBase
- All Implemented Interfaces:
- IAnalyzerBase, IReport, IWrapper, java.lang.Iterable, java.util.Collection
- Direct Known Subclasses:
- ObjectWrapperCollection
public abstract class CollectionAnalyzerBase
- extends SimpleAnalyzerBean
- implements java.util.Collection
A common base class for analyzers that represent a list of other analyzers
Methods inherited from class com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean |
allocateReport, allocateReportOptions, allocateSecondaryReport, getCachingPriority, getCategories, getContext, getIdentityString, getInstance, getLogger, getLongDescription, getName, getNextValidObject, getParent, getReportExtensionHelper, getResourceBundleName, getShortDescription, getVersion, isPrimaryAnalyzer, printEmbeddedReport, printEmbeddedReport, printEmbeddedReportWithOptions, printEmbeddedReportWithOptions, printReportInfoHeader, produceReport, recordInternalExceptionStatic, setContext, setParent |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CollectionAnalyzerBase
public CollectionAnalyzerBase()
add
public boolean add(java.lang.Object arg0)
- Specified by:
add
in interface java.util.Collection
- See Also:
Collection.add(java.lang.Object)
addAll
public boolean addAll(java.util.Collection arg0)
- Specified by:
addAll
in interface java.util.Collection
- See Also:
Collection.addAll(java.util.Collection)
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection
- See Also:
Collection.clear()
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interface java.util.Collection
- See Also:
Collection.contains(java.lang.Object)
containsAll
public boolean containsAll(java.util.Collection arg0)
- Specified by:
containsAll
in interface java.util.Collection
- See Also:
Collection.containsAll(java.util.Collection)
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interface java.util.Collection
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Collection
- See Also:
Object.hashCode()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Collection
- See Also:
Collection.isEmpty()
iterator
public abstract java.util.Iterator iterator()
- Specified by:
iterator
in interface java.lang.Iterable
- Specified by:
iterator
in interface java.util.Collection
- See Also:
Collection.iterator()
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.Collection
- See Also:
Collection.remove(java.lang.Object)
removeAll
public boolean removeAll(java.util.Collection arg0)
- Specified by:
removeAll
in interface java.util.Collection
- See Also:
Collection.removeAll(java.util.Collection)
retainAll
public boolean retainAll(java.util.Collection arg0)
- Specified by:
retainAll
in interface java.util.Collection
- See Also:
Collection.retainAll(java.util.Collection)
size
public abstract int size()
- Specified by:
size
in interface java.util.Collection
- See Also:
Collection.size()
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray
in interface java.util.Collection
- See Also:
Collection.toArray()
toArray
public java.lang.Object[] toArray(java.lang.Object[] arg0)
- Specified by:
toArray
in interface java.util.Collection
- See Also:
Collection.toArray(java.lang.Object[])
toString
public java.lang.String toString()
- See Also:
java.util.Collection#toString()
© Copyright IBM Corp. 2007, 2008 All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted
by GSA ADP Schedule Contract with IBM Corp.