Home
last modified time | relevance | path

Searched defs:SimpleTreeNode2 (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestParentChildReferences.java41 static class SimpleTreeNode2 class in TestParentChildReferences
47 public SimpleTreeNode2() { this(null); } in SimpleTreeNode2() method in TestParentChildReferences.SimpleTreeNode2
48 public SimpleTreeNode2(String n) { name = n; } in SimpleTreeNode2() method in TestParentChildReferences.SimpleTreeNode2