|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.analyzer.j2se.wrappers.HashSetWrapper.Data
public class HashSetWrapper.Data
An inner class used to represent the data contained in the original HashSet. This object implements several methods similar to those of a real HashSet, but not all and not exactly the same. In particular, every key and and every value from the original HashSet is represented by a ObjectWrapper object here, not the original Object.
Constructor Summary | |
---|---|
HashSetWrapper.Data()
|
Method Summary | |
---|---|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashSetWrapper.Data()
Method Detail |
---|
public int size()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |