DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class SchemaPathSorter.DocOrderComparator

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.SchemaPathSorter.DocOrderComparator
All Implemented Interfaces:
Comparator
Enclosing class:
SchemaPathSorter

public class SchemaPathSorter.DocOrderComparator
extends Object
implements Comparator


Constructor Summary
SchemaPathSorter.DocOrderComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
          sorts by order in which paths are processed by StructureWalker (and therefore are added to the SchemaNodeMap)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

SchemaPathSorter.DocOrderComparator

public SchemaPathSorter.DocOrderComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
sorts by order in which paths are processed by StructureWalker (and therefore are added to the SchemaNodeMap)

Specified by:
compare in interface Comparator
Parameters:
o1 - NOT YET DOCUMENTED
o2 - NOT YET DOCUMENTED
Returns:
NOT YET DOCUMENTED

DLESE Tools
v1.6.0