代码搜索:comparable
找到约 1,342 项符合「comparable」的源代码
代码结果 1,342
www.eeworm.com/read/416346/11031903
java pair.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gaknn.core;
/**
*
* @author Niro
*/
public class Pair implements Comparable{
publi
www.eeworm.com/read/15944/599080
java galleryrecord.java
package com.androidbook.MediaPetTracker;
// Utility class for encapsulating Gallery child data
public class GalleryRecord implements Comparable{
public static final long
www.eeworm.com/read/484564/1269374
java product.java
package product;
public class Product implements Comparable{
private String ProId = null;
private String ProName = null;
private String TypeId = null;
private Stri
www.eeworm.com/read/468574/1486051
java simplename.java
// (Figure 9.29)
public class SimpleName implements Comparable {
private String firstName;
private String lastName;
/** post: firstName == first and lastName == last */
public SimpleName(Strin
www.eeworm.com/read/468574/1486470
java simplename.java
// (Figure 9.29)
public class SimpleName implements Comparable {
private String firstName;
private String lastName;
/** post: firstName == first and lastName == last */
public SimpleName(Strin
www.eeworm.com/read/458580/1585453
java keyword.java
package cn.myvideosite.data.model.bean;
public class KeyWord implements Comparable{
private int keyId;
private String keyName;
/**
*
*/
public KeyWord()
www.eeworm.com/read/227264/4776208
java iencodecomparable.java
/**
* Description: The interface for a Comparable object.
*
* @ Author Create/Modi Note
* Xiaofeng Xie May 10, 2005
*
* @version 1.0
*/
package maosKernel.represent.en
www.eeworm.com/read/347649/3164428
java card.java
class Card implements Comparable
{
public Card(int value, int suit) throws IllegalArgumentException
{
if(value >= ACE && value
www.eeworm.com/read/318768/3563294
java card.java
class Card implements Comparable
{
public Card(int value, int suit) throws IllegalArgumentException
{
if(value >= ACE && value
www.eeworm.com/read/318064/3571826
java indexrecord.java
package org.geotools.data.shapefile.indexed.attribute;
/**
* Record stored in attribute index file
*
* @author Manuele Ventoruzzo
*/
public class IndexRecord implements Comparable {