mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
18 lines
465 B
Java
18 lines
465 B
Java
package bf;
|
|
|
|
import G.SerializableImpl;
|
|
import java.util.Comparator;
|
|
|
|
class ComparatorImplInBfPackage implements Comparator {
|
|
g(a parama) {}
|
|
|
|
public int a(SerializableImpl paramaH1, SerializableImpl paramaH2) {
|
|
return paramaH1.aL().toLowerCase().compareTo(paramaH2.aL().toLowerCase());
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bf/g.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |