public static class PathUtils.PathComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.String>, java.io.Serializable
Carefully constructed to allow its use with NavigableMaps to return descendant paths when used with subMap.
Modifier and Type | Field and Description |
---|---|
static char |
PATH_SEPARATOR |
Constructor and Description |
---|
PathUtils.PathComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.String o1,
java.lang.String o2) |
public static final char PATH_SEPARATOR