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 net.groupbuy.entity.OrderEntity.java

/**
 * Entity - ?
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.opengamma.financial.analytics.ircurve.FixedIncomeStripWithIdentifier.java

/**
 * 
 */
public class FixedIncomeStripWithIdentifier implements Comparable<FixedIncomeStripWithIdentifier> {
    private final FixedIncomeStrip _strip;
    private final ExternalId _security;

From source file com.opengamma.core.marketdatasnapshot.YieldCurveKey.java

/**
 * A key used to identify a yield curve.
 * <p>
 * This class is immutable and thread-safe.
 */
public class YieldCurveKey extends StructuredMarketDataKey implements Comparable<YieldCurveKey> {

From source file com.dp2345.entity.OrderEntity.java

/**
 * Entity - ?
 * 
 * @author CETVISION CORP
 * @version 2.0.3
 */

From source file com.sammyun.entity.OrderEntity.java

/**
 * Entity - ?
 * 
 * @author Sencloud Team
 * @version 3.0
 */

From source file com.wormsim.animals.AnimalGroup.java

/**
 * Denotes a group of animals with identical qualities.
 *
 * @author ah810
 * @version 0.0.1
 */

From source file pl.lodz.p.project.core.dto.account.RoleDTO.java

/**
 * DTO class mapping entities of type {@link Role}
 *
 * @author ?ukasz Gadomski, Janiu
 */
public class RoleDTO extends NamedDTO<Long> implements Comparable<RoleDTO> {

From source file at.porscheinformatik.sonarqube.licensecheck.mavenlicense.MavenLicense.java

public class MavenLicense implements Comparable<MavenLicense> {
    private final Pattern licenseNameRegEx;
    private final String license;

    public MavenLicense(String licenseNameRegEx, String license) {
        super();

From source file com.iterzp.momo.entity.OrderEntity.java

/**
 * Entity - ?
 * 
 * @author yd14 Team
 * @version 3.0
 */

From source file io.headpro.entity.PeriodTotal.java

/**
 *
 * @author alacambra
 */
public class PeriodTotal implements PeriodWithValue, Comparable<PeriodTotal> {