代码搜索:comparable
找到约 1,342 项符合「comparable」的源代码
代码结果 1,342
www.eeworm.com/read/318471/13477879
class comparable.class
www.eeworm.com/read/318471/13477895
java comparable.java
//声明item比较时使用到的接口
public interface Comparable {
/**
* 该比较方法的返回值为: if obj1 < obj2为-1,if obj1 = obj2为0,obj1 > obj2为 +1
*/
public abstract int compare(Object obj1, Object obj2);
}
www.eeworm.com/read/151814/5678809
java comparable.java
/*
libaegisvm - The Aegis Virtual Machine for executing Java bytecode
Copyright (C) 2001-2002 Philip W. L. Fong
This library is free software; you can redistribute it and/or
modify i
www.eeworm.com/read/118654/6097369
java comparable.java
package org.softme.util;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundati
www.eeworm.com/read/114609/6123424
java comparable.java
// Comparable.java
// $Id: Comparable.java,v 1.3 2000/08/16 21:37:56 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1998.
// Please first read the full copyright statement in file COPYRIGHT.html
packag
www.eeworm.com/read/104260/6205719
java comparable.java
/*
* Java core library component.
*
* Copyright (c) 1999
* Archie L. Cobbs. All rights reserved.
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the
www.eeworm.com/read/155308/11885581
class comparable.class
www.eeworm.com/read/155308/11885598
java comparable.java
package chapter1;
//声明item比较时使用到的接口
public interface Comparable {
/**
* 该比较方法的返回值为: if obj1 < obj2为-1,if obj1 = obj2为0,obj1 > obj2为 +1
*/
public abstract int compare(Object obj1, Object