net.groboclown.util.datastruct.v1
Class PathRegistry.TreeNode

java.lang.Object
  |
  +--net.groboclown.util.datastruct.v1.PathRegistry.TreeNode
Enclosing class:
PathRegistry

class PathRegistry.TreeNode
extends Object


Field Summary
(package private)  PathRegistry.TreeNode firstChild
           
(package private)  boolean isCaseSensitive
           
(package private)  boolean isRecursive
           
(package private)  PathRegistry.TreeNode nextSibling
           
(package private)  String nodeName
           
(package private)  Object value
           
 
Constructor Summary
(package private) PathRegistry.TreeNode()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

Object value

isRecursive

boolean isRecursive

isCaseSensitive

boolean isCaseSensitive

nodeName

String nodeName

nextSibling

PathRegistry.TreeNode nextSibling

firstChild

PathRegistry.TreeNode firstChild
Constructor Detail

PathRegistry.TreeNode

PathRegistry.TreeNode()


Written under the LGPL