Searched defs:BstPath (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBstPath.java32 abstract class BstPath<N extends BstNode<?, N>, P extends BstPath<N, P>> { class
37 BstPath(N tip, @Nullable P prefix) { method in class:BstPath
43 * Return the end of this {@code BstPath}, the deepest node in the path.

Completed in 71 milliseconds