|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.analyzer.j2se.wrappers.TreeSetWrapper.Data
com.ibm.dtfj.analyzer.j2se.wrappers.jre160.TreeSetWrapper.Data160
public class TreeSetWrapper.Data160
An inner class used to represent the data contained in the original TreeSet. This object implements several methods similar to those of a real TreeSet, but not all and not exactly the same. In particular, every key and and every value from the original TreeSet is represented by a ObjectWrapper object here, not the original Object.
Constructor Summary | |
---|---|
TreeSetWrapper.Data160()
|
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 TreeSetWrapper.Data160()
Method Detail |
---|
public int size()
size
in class TreeSetWrapper.Data
public java.util.Iterator iterator()
iterator
in class TreeSetWrapper.Data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |