代码搜索:comparable
找到约 1,342 项符合「comparable」的源代码
代码结果 1,342
www.eeworm.com/read/349401/3144996
java comparable.java
// Decompiled by DJ v3.5.5.77 Copyright 2003 Atanas Neshkov Date: 2003-6-23 11:09:49
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler opti
www.eeworm.com/read/340665/3283038
java comparable.java
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/333859/3380707
java comparable.java
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
www.eeworm.com/read/304657/3791954
java comparable.java
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cla
www.eeworm.com/read/440906/1784719
java comparable.java
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/430599/1919840
java comparable.java
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
www.eeworm.com/read/162614/5535382
java comparable.java
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cla
www.eeworm.com/read/162519/5544914
java comparable.java
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cla
www.eeworm.com/read/267364/11181612
class comparable.class
www.eeworm.com/read/267364/11181696
java comparable.java
package good;
//声明item比较时使用到的接口
public interface Comparable {
/**
* 该比较方法的返回值为: if obj1 < obj2为-1,if obj1 = obj2为0,obj1 > obj2为 +1
*/
public abstract int compare(Object obj1, Object obj2