Searched refs:SimplePath (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DBstPathTest.java29 static class SimplePath extends BstPath<SimpleNode, SimplePath> { class in class:BstPathTest
30 private SimplePath(SimpleNode tip, SimplePath tail) { method in class:BstPathTest.SimplePath
37 SimplePath rootPath = new SimplePath(root, null);
49 SimplePath rootPath = new SimplePath(root, null);
50 SimplePath nodePath = new SimplePath(nod
[all...]

Completed in 105 milliseconds