// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.fragments; import java.util.Comparator; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment class this._cls0 implements Comparator { final PersonalInfoFragment this$0; public volatile int compare(Object obj, Object obj1) { return compare((String)obj, (String)obj1); } public int compare(String s, String s1) { return s.compareTo(s1); } A() { this$0 = PersonalInfoFragment.this; super(); } }