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.guilin.plugin.StoragePlugin.java

/**
 * Plugin - 
 * 
 * @author guilin
 * @version
 */

From source file harschware.collections.containers.Pair.java

/**
 * Adapted from http://forums.sun.com/thread.jspa?threadID=5132045
 * 
 * 
 * @author harschware
 * 

From source file org.surfnet.widgets.model.Widget.java

@XmlRootElement
public class Widget implements Comparable<Widget> {

    @JsonProperty
    private String name;

From source file org.mule.execution.NotificationFiringProcessingPhase.java

/**
 * Provides a reusable way for concrete {@link MessageProcessPhase}s to fire notifications.
 */
public abstract class NotificationFiringProcessingPhase<Template extends MessageProcessTemplate>
        implements MessageProcessPhase<Template>, Comparable<MessageProcessPhase>, MuleContextAware {

From source file com.microsoft.tfs.client.common.ui.teambuild.egit.repositories.GitFolder.java

public class GitFolder implements Comparable<GitFolder> {
    private static final Log log = LogFactory.getLog(GitFolder.class);

    private final VersionControlClient vcClient;
    private final GitRepository repository;
    private final GitFolder parent;

From source file com.thoughtworks.go.domain.IpAddress.java

/**
 * @understands the network address for a machine
 */
public class IpAddress implements Comparable<IpAddress> {
    private InetAddress address;

From source file gov.guilin.entity.ProductImage.java

/**
 * Entity - ?
 * 
 * @author guilin
 * @version
 */

From source file com.redhat.rhn.frontend.dto.EntitlementDto.java

/**
 * EntitlementDto
 * @version $Rev$
 */
public class EntitlementDto implements Comparable {

From source file gov.nih.nci.caintegrator.domain.application.AbstractPersistedAnalysisJob.java

/**
 * 
 */
public abstract class AbstractPersistedAnalysisJob extends AbstractCaIntegrator2Object
        implements Comparable<AbstractPersistedAnalysisJob> {

From source file net.sf.sze.model.zeugnisconfig.ZeugnisArt.java

/**
 * Beschreibt die Art des Zeugnisses, wie Abschluss-Zeugnis oder nicht,
 * welcher Abschluss.
 */
@Entity
@Table(name = "zeugnis_art", uniqueConstraints = @UniqueConstraint(columnNames = "name", name = "UK_ZEUGNIS_ART_NAME"))