|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslatableAnalyzer
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.HashSetWrapper
com.ibm.dtfj.analyzer.j2se.wrappers.jre160.HashSetWrapper
public class HashSetWrapper
Extract information from a JavaObject that represents an instance of java.util.HashSet.
Nested Class Summary | |
---|---|
class |
HashSetWrapper.Data160
An inner class used to represent the data contained in the original HashSet. |
Nested classes/interfaces inherited from class com.ibm.dtfj.analyzer.j2se.wrappers.HashSetWrapper |
---|
HashSetWrapper.Data |
Field Summary |
---|
Fields inherited from class com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper |
---|
MODE_ALL, MODE_DEFAULT, MODE_INCLUDE_HEADER, MODE_INCLUDE_SIGNATURE, MODE_NONE, MODE_SHOW_INSTANCE_FINAL_FIELDS, MODE_SHOW_INSTANCE_NONFINAL_FIELDS, MODE_SHOW_STATIC_FINAL_FIELDS, MODE_SHOW_STATIC_NONFINAL_FIELDS, MODE_SPECIAL_FULL_REPORT |
Constructor Summary | |
---|---|
HashSetWrapper()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
HashSetWrapper.Data |
getData()
Return an object that represents the data contained in the original HashSet. |
java.util.Iterator |
iterator()
|
void |
setParent(java.lang.Object parent)
Set the parent JavaObject underlying this analyzer bean. |
int |
size()
|
Methods inherited from class com.ibm.dtfj.analyzer.j2se.wrappers.HashSetWrapper |
---|
getInstance |
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 java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HashSetWrapper()
Method Detail |
---|
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class HashSetWrapper
parent
- The parent object to set. Must be of type JavaObject,
and this JavaObject must represent an instance of a HashSet.IWrapper.setParent(java.lang.Object)
public HashSetWrapper.Data getData() throws com.ibm.dtfj.image.DTFJException
HashSetWrapper.Data160
.
getData
in class HashSetWrapper
com.ibm.dtfj.image.DTFJException
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in class HashSetWrapper
Collection.iterator()
public int size()
size
in interface java.util.Collection
size
in class HashSetWrapper
Collection.size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |