public static class GotoFileAction.FileTypeComparator extends java.lang.Object implements java.util.Comparator<FileType>
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<FileType> |
INSTANCE
an instance of comparator
|
Constructor and Description |
---|
FileTypeComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(FileType o1,
FileType o2) |
public static final java.util.Comparator<FileType> INSTANCE