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

/external/guava/guava/src/com/google/common/collect/
H A DBstOperations.java216 public static <N extends BstNode<?, N>> N insertMax(@Nullable N root, N entry, method in class:BstOperations
225 insertMax(root.childOrNull(RIGHT), entry, nodeFactory, balancePolicy));

Completed in 114 milliseconds