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.itemanalysis.psychometrics.polycor.PearsonCorrelation.java

/**
 * This class is mainly a short-cut for the Pearson correlation.
 * The same computations are provided in Covariance.java with the exception
 * of the correctedValue() method. This method is only found here and it
 * is used primarily for correcting a correlation for spuriousness
 * for an item analysis.

From source file com.thruzero.common.core.support.Time.java

/**
 * An instance of this class represents the time of day. It supports 12 and 24-hour mode.
 *
 * @author George Norman
 */
public class Time implements Comparable<Time> {

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

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

From source file org.eclipse.winery.accountability.model.BlockchainElement.java

public abstract class BlockchainElement implements Comparable {
    /**
     * Blockchain transaction hash identifying the inserted state
     */
    private String transactionHash;
    private long unixTimestamp;

From source file org.slage.framework.SlageFrameworkObject.java

public class SlageFrameworkObject<HandlerType extends FrameworkHandler>
        implements NamedObject, Comparable, java.io.Serializable {

    /** Logger instance */
    private static final org.apache.commons.logging.Log LOG = LogFactory.getLog(SlageFrameworkObject.class);

From source file io.scigraph.services.api.vocabulary.Completion.java

@JsonInclude(Include.NON_DEFAULT)
public class Completion implements Comparable<Completion> {

    final String completion;
    final String type;
    final ConceptDTOLite concept;

From source file net.grinder.util.VersionNumber.java

/**
 * Comparable Version number.
 *
 * @author JunHo Yoon
 * @since 3.1.1
 */

From source file com.github.fauu.natrank.model.DynamicRankingEntry.java

@Data
@NoArgsConstructor
@AllArgsConstructor
public class DynamicRankingEntry implements Comparable<DynamicRankingEntry> {

    @JsonIgnore

From source file org.marketcetera.algo.BrokerAlgoTagSpec.java

/**
 * Describes a single tag of a broker algo.
 *
 * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
 * @version $Id$
 * @since $Release$

From source file org.openmrs.activelist.Problem.java

/**
 * TODO
 */
public class Problem extends ActiveListItem implements Comparable<Problem> {

    public static final ActiveListType ACTIVE_LIST_TYPE = new ActiveListType(2);