Example usage for java.lang Comparable interface-usage

List of usage examples for java.lang Comparable interface-usage

Introduction

In this page you can find the example usage for java.lang Comparable interface-usage.

Usage

From source file com.mgmtp.perfload.loadprofiles.ui.util.Point.java

/**
 * Represents a graph point of a load curve.
 * 
 * @author rnaegele
 */
public class Point implements Comparable<Point> {

From source file buildcraft.core.blueprints.LibraryId.java

public final class LibraryId implements Comparable<LibraryId>, ISerializable {
    public static final char BPT_SEP_CHARACTER = '-';

    public byte[] uniqueId;
    public String name = "";
    public String extension = "tpl";

From source file com.algoTrader.vo.ib.AccountDownloadEnd.java

/**
 * TODO: Model Documentation for class AccountDownloadEnd
 */
public class AccountDownloadEnd implements Serializable, Comparable<AccountDownloadEnd> {
    /** The serial version UID of this class. Needed for serialization. */
    private static final long serialVersionUID = 5357714730793611856L;

From source file com.web.vehiclerouting.optaplanner.common.domain.AbstractPersistable.java

public abstract class AbstractPersistable implements Serializable, Comparable<AbstractPersistable> {

    protected Long id;

    protected AbstractPersistable() {
    }

From source file org.topology.bgp_ls.net.capabilities.Capability.java

/**
 * base class for all optional BGP4 protocol capabilities
 * 
 * @author Rainer Bieniek (Rainer.Bieniek@web.de)
 *
 */

From source file net.shopxx.plugin.StoragePlugin.java

/**
 * Plugin - 
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file org.eclipse.jubula.tools.internal.utils.generator.ParamInfo.java

/**
 * The info class for parameters.
 *
 * @author BREDEX GmbH
 * @created 16.09.2005
 */

From source file org.haiku.haikudepotserver.job.model.Job.java

/**
 * <p>The job run state is used to convey data about the running of a job; has it started, was it cancelled etc...</p>
 */

public class Job implements Comparable<JobSnapshot>, JobSnapshot {

From source file org.optaplanner.osgi.common.domain.AbstractPersistable.java

public abstract class AbstractPersistable implements Serializable, Comparable<AbstractPersistable> {

    /**
     * 
     */
    private static final long serialVersionUID = -3636443971578758797L;

From source file de.cinovo.cloudconductor.api.model.KeyValue.java

/**
 * Copyright 2013 Cinovo AG<br>
 * <br>
 * 
 * @author psigloch
 *