mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.11.4.1
This commit is contained in:
@@ -17,5 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.xowa.apps.fmtrs; import gplx.*; import gplx.xowa.*; import gplx.xowa.apps.*;
|
||||
public interface Gfo_sort_able {
|
||||
void Sort(gplx.lists.ComparerAble comparer);
|
||||
void Sort(gplx.core.lists.ComparerAble comparer);
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ class Xoa_fmtr_sort_itm {
|
||||
public int Comp_mult() {return comp_mult;} private int comp_mult;
|
||||
public String Key() {return key;} private String key;
|
||||
}
|
||||
class Xoa_fmtr_sort_wkr implements gplx.lists.ComparerAble {
|
||||
class Xoa_fmtr_sort_wkr implements gplx.core.lists.ComparerAble {
|
||||
public Xoa_fmtr_sort_itm[] Itms() {return itms;} public void Itms_(Xoa_fmtr_sort_itm[] v) {itms = v; itms_len = v.length;} private Xoa_fmtr_sort_itm[] itms; private int itms_len;
|
||||
public int compare(Object lhsObj, Object rhsObj) {
|
||||
GfoInvkAble lhs_invk = (GfoInvkAble)lhsObj;
|
||||
|
||||
Reference in New Issue
Block a user