Package net.sf.statcvs.reports
Class FilesLocComparator
java.lang.Object
net.sf.statcvs.reports.FilesLocComparator
- All Implemented Interfaces:
Serializable
,Comparator
Compares two files according to their lines of code
- Version:
- $Id: FilesLocComparator.java,v 1.4 2009/08/20 17:44:05 benoitx Exp $
- Author:
- Richard Cyganiak <rcyg@gmx.de>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
FilesLocComparator
public FilesLocComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator
- See Also:
-