代码搜索:comparable
找到约 1,342 项符合「comparable」的源代码
代码结果 1,342
www.eeworm.com/read/293917/3927440
cpp fig06_08.cpp
/**
* Insert item x, allowing duplicates.
*/
void insert( const Comparable & x )
{
if( currentSize == array.size( ) - 1 )
array.resize( array.size( ) *
www.eeworm.com/read/292061/3960129
java interceptororder.java
package com.javaeedev.lightweight.mvc;
/**
* Used to sort interceptors.
*
* @author Xuefeng
*/
class InterceptorOrder implements java.lang.Comparable {
public fin
www.eeworm.com/read/394943/2451863
java variable.java
package com.meidusa.amoeba.sqljep.variable;
/**
*
* @author Struct chen
*
*/
public interface Variable {
public Comparable getValue();
}
www.eeworm.com/read/381758/2641095
java concatenate.java
/*
* The JDK does not have a comparable Reader class
* for SequenceInputStream. So this example can only
* be implemented with a SequenceInputStream. You can
* find the 1.0 version in ../example/C
www.eeworm.com/read/359048/2980796
java concatenate.java
/*
* The JDK does not have a comparable Reader class
* for SequenceInputStream. So this example can only
* be implemented with a SequenceInputStream. You can
* find the 1.0 version in ../example/C
www.eeworm.com/read/252555/4402798
java luxianxinxi.java
package com.ljz.gongJiaoSearch;
public class LuXianXinXi implements Comparable{
private String luXian,zWeiQingKuang;
private int guoZhanDianShu;
public int getGuoZhanDianShu() {
return guo
www.eeworm.com/read/473653/6847927
java entry.java
import java.util.Vector;
/*
* Entry.java
*
*/
/**
*
* @author Kun Fang
*/
public class Entry implements EntryInterface, Comparable {
private String key;
priva
www.eeworm.com/read/111805/15503132
java person.java
import java.io.Serializable;
public class Person implements Comparable, Serializable {
// Constructor
public Person(String firstName, String surname) {
this.firstName = firstName;
t
www.eeworm.com/read/111805/15503139
java person.java
import java.io.Serializable;
public class Person implements Comparable, Serializable {
// Constructor
public Person(String firstName, String surname) {
this.firstName = firstName;
t