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

/external/guava/guava/src/com/google/common/collect/
H A DBstNodeFactory.java29 * @param <N> The type of the tree nodes constructed with this {@code BstNodeFactory}.
32 abstract class BstNodeFactory<N extends BstNode<?, N>> { class

Completed in 80 milliseconds