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

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

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

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

Methods in org.javimmutable.collections.tree_list that return DeleteResult.Type
static DeleteResult.Type DeleteResult.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeleteResult.Type[] DeleteResult.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.