Uses of Class
net.groboclown.util.datastruct.v1.PathRegistry

Packages that use PathRegistry
net.groboclown.util.datastruct.v1 Various unusual or very helpful data structures, written like the collections classes. 
net.groboclown.util.datastruct.v1.tests   
 

Uses of PathRegistry in net.groboclown.util.datastruct.v1
 

Constructors in net.groboclown.util.datastruct.v1 with parameters of type PathRegistry
PathRegistry.TreeNode()
           
 

Uses of PathRegistry in net.groboclown.util.datastruct.v1.tests
 

Methods in net.groboclown.util.datastruct.v1.tests with parameters of type PathRegistry
protected  void TestPathRegistry.notRegisteredTest(PathRegistry pr, String path)
          Assert that the given path has nothing registered to it.
protected  void TestPathRegistry.caseNotRegisteredTest(PathRegistry pr, String path, char separator)
          Assert that the given path's case variations are not registered (however, the original path may be registered).
protected  void TestPathRegistry.registeredRightTest(PathRegistry pr, String path, Object expectedObj)
          Assert that the given path is registered to the given object.
protected  void TestPathRegistry.caseRegisteredRightTest(PathRegistry pr, String path, Object expectedObj, char separator)
          Assert that the given path and its case variations are registered/
protected  void TestPathRegistry.alreadyRegisteredTest(PathRegistry pr, String path)
          Attempt to register an object at the given path.
protected  void TestPathRegistry.cantRemoveEntryTest(PathRegistry pr, String path)
          Pass if the correct exception is thrown when trying to remove an entry that doesn't exist.
protected  void TestPathRegistry.caseCantRemoveEntryTest(PathRegistry pr, String path, char separator)
           
protected  void TestPathRegistry.caseAlreadyRegisteredTest(PathRegistry pr, String path, char separator)
          Attempt to register the given path and its case variations.
 



Written under the LGPL