Пример #1
0
 @Override
 public int compare(PsiFile o1, PsiFile o2) {
   return o1.getLanguage().getID().compareTo(o2.getLanguage().getID());
 }