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

Packages that use UpdateResult.Type
org.javimmutable.collections.tree   
 

Uses of UpdateResult.Type in org.javimmutable.collections.tree
 

Fields in org.javimmutable.collections.tree declared as UpdateResult.Type
 UpdateResult.Type UpdateResult.type
           
 

Methods in org.javimmutable.collections.tree that return UpdateResult.Type
static UpdateResult.Type UpdateResult.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateResult.Type[] UpdateResult.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.