Uses of Class
org.infinispan.tree.NodeKey.Type

Packages that use NodeKey.Type
org.infinispan.tree This package contains the TreeCache. 
 

Uses of NodeKey.Type in org.infinispan.tree
 

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

Constructors in org.infinispan.tree with parameters of type NodeKey.Type
NodeKey(Fqn fqn, NodeKey.Type contents)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.