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

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

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

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

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