com.atlassian.confluence.util
Class AttachmentFileNameComparator
java.lang.Object
com.atlassian.confluence.util.AttachmentFileNameComparator
- All Implemented Interfaces:
- Comparator<Attachment>
public class AttachmentFileNameComparator
- extends Object
- implements Comparator<Attachment>
Comparator for Attachment
s based on file names in the given locale.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentFileNameComparator
public AttachmentFileNameComparator(Locale locale)
compare
public int compare(Attachment first,
Attachment second)
- Specified by:
compare
in interface Comparator<Attachment>
Copyright © 2003-2013 Atlassian. All Rights Reserved.