com.myJava.file.iterator
Class FilePathComparator

java.lang.Object
  extended by com.myJava.file.iterator.FilePathComparator
All Implemented Interfaces:
java.util.Comparator

public class FilePathComparator
extends java.lang.Object
implements java.util.Comparator

Compare two file paths (instanciated as Strings)

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
FilePathComparator()
           
 
Method Summary
 int compare(java.lang.Object arg0, java.lang.Object arg1)
           
static FilePathComparator instance()
           
 
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
 

Constructor Detail

FilePathComparator

public FilePathComparator()
Method Detail

instance

public static FilePathComparator instance()

compare

public int compare(java.lang.Object arg0,
                   java.lang.Object arg1)
Specified by:
compare in interface java.util.Comparator