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