Class ContextUtil.Node

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.apache.xbean.naming.context.ContextUtil.Node
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
ContextUtil

public static final class ContextUtil.Node extends HashMap<String,Object>
Do nothing subclass of hashmap used to differentiate between a Map in the tree an a nested element during tree building
See Also:
  • Constructor Details

    • Node

      public Node()