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 gov.nih.nci.caintegrator.external.biodbnet.search.GeneResults.java

/**
 * Wrapper that contains the results of a biodbnet gene search.
 *
 * @author Abraham J. Evans-EL <aevansel@5amsolutions.com>
 */
public class GeneResults implements Comparable<GeneResults> {

From source file com.skcraft.launcher.auth.Account.java

/**
 * A user account that can be stored and loaded.
 */
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class Account implements Comparable<Account> {

From source file zw.ac.solusiuniversity.model.Drug.java

/**
 *
 * @author given
 */
@Document
public class Drug implements Serializable, Comparable<Drug> {

From source file net.bible.service.readingplan.OneDaysReadingsDto.java

/**
 * @author Martin Denham [mjdenham at gmail dot com]
 * @see gnu.lgpl.License for license details.<br>
 *      The copyright to this program is held by it's author.
 */
public class OneDaysReadingsDto implements Comparable<OneDaysReadingsDto> {

From source file com.jabyftw.lobstercraft.world.ChunkLocation.java

/**
 * Copyright (C) 2016  Rafael Sartori for LobsterCraft Plugin
 * <p/>
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or

From source file gov.nih.nci.caintegrator.domain.genomic.ChromosomalLocation.java

/**
 * Represents a segment of a chromosome.
 *
 * @author Abraham J. Evans-EL <aevansel@5amsolutions.com>
 */
public class ChromosomalLocation implements Serializable, Comparable<ChromosomalLocation> {

From source file gov.nih.nci.caintegrator.domain.annotation.PermissibleValue.java

/**
 *
 */
public class PermissibleValue extends AbstractCaIntegrator2Object implements Comparable<PermissibleValue> {

    private static final long serialVersionUID = 1L;

From source file zw.ac.solusiuniversity.model.ProposedStudy.java

/**
 *
 * @author given
 */
public class ProposedStudy implements Serializable, Comparable<ProposedStudy> {

From source file zw.ac.solusiuniversity.model.Spouse.java

/**
 *
 * @author given
 */
@Document
public class Spouse implements Serializable, Comparable<Spouse> {

From source file com.clican.pluto.dataprocess.dpl.parser.bean.GroupCondition.java

/**
 * ???
 * 
 * @author clican
 * 
 */