@NotThreadSafe public final class ComparatorFileName extends AbstractCollationComparator<File>
| Constructor and Description |
|---|
ComparatorFileName() |
ComparatorFileName(Locale aSortLocale) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
asString(File aObject)
Abstract method that needs to be overridden to convert an object to a
string representation for comparison.
|
mainCompare, toStringcompare, getSortOrder, setSortOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalsprotected String asString(@Nonnull File aObject)
AbstractCollationComparatorasString in class AbstractCollationComparator<File>aObject - The object to be converted. May not be null depending
on the elements to be sorted.null.Copyright © 2006–2014 phloc systems. All rights reserved.