Uses of Class
org.javimmutable.collections.tree.UpdateResult

Packages that use UpdateResult
org.javimmutable.collections.tree   
 

Uses of UpdateResult in org.javimmutable.collections.tree
 

Methods in org.javimmutable.collections.tree that return UpdateResult
static
<K,V> UpdateResult<K,V>
UpdateResult.createInPlace(TreeNode<K,V> newNode, int sizeDelta)
           
static
<K,V> UpdateResult<K,V>
UpdateResult.createSplit(TreeNode<K,V> newNode, TreeNode<K,V> extraNode, int sizeDelta)
           
static
<K,V> UpdateResult<K,V>
UpdateResult.createUnchanged()
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.