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

/external/guava/guava/src/com/google/common/collect/
H A DBstOperations.java56 * Returns the result of performing the mutation specified by {@code mutationRule} in {@code
69 Comparator<? super K> comparator, BstMutationRule<K, N> mutationRule, @Nullable N tree,
72 checkNotNull(mutationRule);
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
81 tree, side, mutationRule.getNodeFactory(), mutationRule.getBalancePolicy());
84 return modify(tree, key, mutationRule);
91 BstInOrderPath<N> path, BstMutationRule<K, N> mutationRule) {
93 checkNotNull(mutationRule);
94 BstBalancePolicy<N> balancePolicy = mutationRule
68 mutate( Comparator<? super K> comparator, BstMutationRule<K, N> mutationRule, @Nullable N tree, @Nullable K key) argument
90 mutate( BstInOrderPath<N> path, BstMutationRule<K, N> mutationRule) argument
112 modify( @ullable N tree, K key, BstMutationRule<K, N> mutationRule) argument
[all...]

Completed in 59 milliseconds