|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
A representation of a single Object on a heap.
Method Summary | |
---|---|
int |
getId()
Provides an unique integer identification of given object. |
int |
getSize()
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
|
java.util.Enumeration |
incomming()
Provides an enumeration of all incomming references. |
java.util.Enumeration |
outgoing()
Provides an enumeration of all outgoing references, that is, content of all non-null reference field of the represented object. |
Method Detail |
---|
java.lang.String getType()
int getSize()
java.lang.String getValue()
java.util.Enumeration outgoing()
java.util.Enumeration incomming()
int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |