public class SizeComparator
extends java.lang.Object
implements java.util.Comparator<org.apache.commons.vfs.FileObject>
Simple file object comparator working on file size.
| Constructor and Description |
|---|
SizeComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.commons.vfs.FileObject file1,
org.apache.commons.vfs.FileObject file2) |
Copyright © 2005-2016 FuseSource. All Rights Reserved.