Apache Commons IO is a library of utilities to assist with developing IO functionality. org.apache.commons.io.comparator package provides various Comparator implementations for Files. DefaultFileComparator is one of the classes. This class can be used to sort lists or arrays of files (File objects) by using the default file comparison. This article shows usage of this class. The class is from Apache ...
Read More »