Home
last modified time | relevance | path

Searched defs:changedRoot (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DBstMutationResult.java48 @Nullable K targetKey, @Nullable N originalRoot, @Nullable N changedRoot, in mutationResult()
59 private N changedRoot; field in BstMutationResult
64 @Nullable N changedRoot, BstModificationResult<N> modificationResult) { in BstMutationResult()
DBstOperations.java119 N changedRoot; in modify() local