jlibs.core.io
Class FileTypeComparator

java.lang.Object
  extended by jlibs.core.util.DefaultComparator<File>
      extended by jlibs.core.io.FileTypeComparator
All Implemented Interfaces:
Comparator<File>

public class FileTypeComparator
extends DefaultComparator<File>

Author:
Santhosh Kumar T

Constructor Summary
FileTypeComparator()
           
 
Method Summary
protected  int _compare(File file1, File file2)
          Arguments o1 and o2 will be non-null
 
Methods inherited from class jlibs.core.util.DefaultComparator
compare
 
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

FileTypeComparator

public FileTypeComparator()
Method Detail

_compare

protected int _compare(File file1,
                       File file2)
Description copied from class: DefaultComparator
Arguments o1 and o2 will be non-null

Overrides:
_compare in class DefaultComparator<File>


Copyright © 2018. All rights reserved.