private class ObjectGraph.Node
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
name |
(package private) Recipe |
recipe |
(package private) int |
referenceCount |
(package private) java.util.List<ObjectGraph.Node> |
references |
| Modifier | Constructor and Description |
|---|---|
private |
Node() |
java.lang.String name
Recipe recipe
final java.util.List<ObjectGraph.Node> references
int referenceCount