Interface PathSorter
-
- All Superinterfaces:
Comparator<PathWithAttributes>
- All Known Implementing Classes:
PathSortByModificationTime
public interface PathSorter extends Comparator<PathWithAttributes>
Defines the interface of classes that can sort Paths.
-
-
Method Summary
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-