mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 12:00:17 +02:00
Added TitleComparator.java
This commit is contained in:
parent
e01f824a9a
commit
e885d084f3
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ import java.util.*;
|
||||||
public class TitleComparator implements Comparator<Title> {
|
public class TitleComparator implements Comparator<Title> {
|
||||||
@Override
|
@Override
|
||||||
public int compare(Title title0, Title title1) {
|
public int compare(Title title0, Title title1) {
|
||||||
return title0.getKeySort().compareTo(title1.getKeySort());
|
return title0.getSortKey().compareTo(title1.getSortKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue