代码搜索:comparable
找到约 1,342 项符合「comparable」的源代码
代码结果 1,342
www.eeworm.com/read/368678/2812281
txt 例7-13.txt
import java.util.*;
class MyKey implements Comparable
{
int number=0;
MyKey(int number)
{
this.number=number;
}
public int compareTo(Object b)
{
MyKey st=(MyKey
www.eeworm.com/read/370648/9588948
java video.java
import java.util.GregorianCalendar;
import java.util.Calendar;
public class Video implements Comparable {
private String titre, realisateur;
private int annee;
public Video(){
th
www.eeworm.com/read/267483/11177327
java athlete.java
package games;
class Athlete implements Comparable{
private String name;
private int number;
private String country;
private int time;
public Athlete(String name, int number, Str
www.eeworm.com/read/411767/11227118
java bookdetails.java
package database;
public class BookDetails implements Comparable {
private String bookId = null; //book ID
private String title = null; //书名
private String name = null; //作者姓名
www.eeworm.com/read/411767/11227567
java bookdetails.java
package database;
public class BookDetails implements Comparable {
private String bookId = null; //book ID
private String title = null; //书名
private String name = null; //作者姓名
www.eeworm.com/read/411767/11227659
java bookdetails.java
package database;
public class BookDetails implements Comparable {
private String bookId = null; //book ID
private String title = null; //书名
private String name = null; //作者姓名
www.eeworm.com/read/106331/15639197
java myobject.java
//例15-10. MyObject.java
public class MyObject implements Comparable {
private String name;
public MyObject() {
this("Object");
}
public MyObject(String s) {
name = s;
}
p
www.eeworm.com/read/388174/8630038
java item2.java
import java.util.*;
public class Item2 implements Comparable {
private String id;
private String name;
private double retail;
private int quantity;
private double price;
www.eeworm.com/read/388174/8630047
java item.java
package com.prefect.ecommerce;
import java.util.*;
public class Item implements Comparable {
private String id;
private String name;
private double retail;
private int quanti
www.eeworm.com/read/385280/8810572
kconfig
config PRAMFS
tristate "Persistent and Protected RAM file system support"
help
If your system has a block of fast (comparable in access speed to
system memory) and non-volatile RAM and you w