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 org.openehr.am.openehrprofile.datatypes.quantity.Ordinal.java

/**
 * Ordinal item included in the list of ordinal constraint. Immutable.
 *
 * @author Rong Chen
 * @version 1.0
 */

From source file uk.gov.nationalarchives.ttt.neo4j.domain.Link.java

/**
 * @author knagaraj
 *
 */
@Document(collection = "#{linkRepository.getCollectionName()}")
public class Link implements Comparable<Link> {

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

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

From source file org.eclim.plugin.jdt.command.include.ImportResult.java

/**
 * Represents an import request result.
 *
 * @author Eric Van Dewoestine
 */
public class ImportResult implements Comparable<ImportResult> {

From source file com.liferay.mobile.sample.model.User.java

/**
 * @author Bruno Farache
 */
@SuppressWarnings("serial")
public class User implements Comparable<User>, Serializable {

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

/**
 * Plugin - 
 * 
 * @author Operate System
 * @version 3.0
 */

From source file org.bgp4j.net.capabilities.Capability.java

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

From source file org.optaconf.benchmark.examples.common.domain.AbstractPersistable.java

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

    protected Long id;

    protected AbstractPersistable() {
    }

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

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

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

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