static class FileBrowser.PathComparator extends java.lang.Object implements java.util.Comparator<FileBrowser.MyPath>
| Constructor and Description |
|---|
PathComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(FileBrowser.MyPath p1,
FileBrowser.MyPath p2) |
PathComparator()
public int compare(FileBrowser.MyPath p1, FileBrowser.MyPath p2)
compare in interface java.util.Comparator<FileBrowser.MyPath>