Class PathComparator

java.lang.Object
org.apache.jackrabbit.oak.plugins.document.PathComparator
All Implemented Interfaces:
Serializable, Comparator<Path>

public class PathComparator extends Object implements Comparator<Path>, Serializable
Implements a comparator, which sorts paths according to 1) their depth (highest first) and 2) the paths natural ordering.
See Also: