com.ibm.dtfj.analyzer.j2se.wrappers
Class SynchronizedSetWrapper
java.lang.Object
TranslatableAnalyzer
com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
com.ibm.dtfj.analyzer.helpers.ValueWrapper
com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper
com.ibm.dtfj.analyzer.helpers.base.CollectionWrapperBase
com.ibm.dtfj.analyzer.j2se.wrappers.SynchronizedSetWrapper
- All Implemented Interfaces:
- IAnalyzerBase, IReport, IWrapper, java.lang.Iterable, java.util.Collection
public class SynchronizedSetWrapper
- extends CollectionWrapperBase
Extract information from a JavaObject that represents an instance of java/util/Collections$SynchronizedSet.
Methods inherited from class com.ibm.dtfj.analyzer.helpers.base.CollectionWrapperBase |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, produceReport, remove, removeAll, retainAll, toArray, toArray |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper |
checkMaskedField, endPrintGroup, getCachingPriority, getInstance, getValueAtPath, getValueAtPath, getVersion, printCollectionEntriesAtPath, printCollectionEntriesAtPath, printCollectionMapEntryReportsAtPath, printCollectionSizeAtPath, printCollectionValueReportsAtPath, printReportAtPath, printValueAtPath, printValueAtPath, setMaskedFieldPattern, startPrintGroup, toString |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.ValueWrapper |
getBooleanValue, getByteValue, getCharacterValue, getDoubleValue, getFloatValue, getIntegerValue, getJavaClassValue, getJavaObjectValue, getLongValue, getObjectWrapper, getObjectWrapper, getOneJavaClassValue, getOneJavaObjectValue, getRawValue, getShortValue, getStringValue, getTypeSignature, getValueWrapperInstance, isBoolean, isByte, isCharacter, isDouble, isFloat, isInstanceOf, isInteger, isJavaClass, isJavaObject, isLong, isShort, isString |
Methods inherited from class com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean |
allocateReport, allocateReportOptions, allocateSecondaryReport, getCategories, getContext, getIdentityString, getInstance, getLogger, getLongDescription, getName, getNextValidObject, getParent, getReportExtensionHelper, getResourceBundleName, getShortDescription, isPrimaryAnalyzer, printEmbeddedReport, printEmbeddedReport, printEmbeddedReportWithOptions, printEmbeddedReportWithOptions, printReportInfoHeader, recordInternalExceptionStatic, setContext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SynchronizedSetWrapper
public SynchronizedSetWrapper()
- Null constructor for use as JavaBean
getInstance
public static SynchronizedSetWrapper getInstance(IAnalyzerContext context,
com.ibm.dtfj.java.JavaObject parent)
- Find the SynchronizedSetWrapper bean instance associated with a given parent JavaObject
(create it if necessary)
- Parameters:
context
- the AnalyzerContext in which to locate this bean instanceparent
- the parent JavaObject underlying this analyzer bean
- Returns:
- the desired SynchronizedSetWrapper analyzer bean
setParent
public void setParent(java.lang.Object parent)
- Set the parent JavaObject underlying this analyzer bean.
- Specified by:
setParent
in interface IWrapper
- Overrides:
setParent
in class ValueWrapper
- Parameters:
parent
- The parent object to set. Must be of type JavaObject,
and this JavaObject must represent an instance of a java/util/Collections$SynchronizedSet.- See Also:
IWrapper.setParent(java.lang.Object)
getUnderlyingSet
public IAnalyzerBase getUnderlyingSet()
throws com.ibm.dtfj.image.DTFJException
- Returns:
- the analyzer that serves as a wrapper for the underlying set associated with this SynchronizedSet
- Throws:
com.ibm.dtfj.image.DTFJException
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface java.lang.Iterable
- Specified by:
iterator
in interface java.util.Collection
- Specified by:
iterator
in class CollectionWrapperBase
- See Also:
Collection.iterator()
size
public int size()
- Specified by:
size
in interface java.util.Collection
- Specified by:
size
in class CollectionWrapperBase
- See Also:
Collection.size()
© 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.