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

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

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

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

Methods in org.javimmutable.collections.tree_list 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.