|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface GraphElement
Many clients of graph methods expect their graph nodes to implement a pair of scratch fields, one of int type and one of object type. This is a fairly evil thing to do, but it is deeply embedded in many places, and this interface can be used for such clients. It is not recommended, to put it mildly.
Graph
Method Summary | |
---|---|
int |
getScratch()
Deprecated. |
int |
setScratch(int scratch)
Deprecated. |
Method Detail |
---|
@Deprecated int getScratch()
@Deprecated int setScratch(int scratch)
scratch
- the new contents of the int scratch field
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |