List of usage examples for java.lang Comparable interface-usage
From source file netload.model.Day.java
/**
* Copyright (C) 01/02/17 martijn
* <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 common.Bike.java
/** * * @author trogers8 */ public class Bike implements Comparable { private String manufacturer;
From source file com.mingo.query.QueryCase.java
/**
* Copyright 2012-2013 The Mingo Team
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file org.pr.nb.clocks.model.NBClock.java
/** * * @author manis */ public class NBClock implements Comparable<NBClock> {
From source file au.org.ands.vocabs.editor.admin.model.PoolPartyProject.java
/** Details of one PoolParty project. */ @XmlRootElement /* This annotation means that properties other than the ones defined * here are ignored during parsing. */ @JsonIgnoreProperties(ignoreUnknown = true) public class PoolPartyProject implements Comparable<PoolPartyProject>, Serializable {
From source file com.slothpetrochemical.bridgeprob.BridgeProblemSignature.java
/** * Class providing a compact representation of a single state in the * Bridge/Flashlight problem. */ public final class BridgeProblemSignature implements Comparable<BridgeProblemSignature>, BridgeProblemStateDescriptor {
From source file org.monkeys.gui.matcher.MatcherContext.java
/** * matchable context * * @author bowen */ public class MatcherContext implements Comparable<MatcherContext> {
From source file org.wwscc.registration.attendance.Name.java
public class Name implements Comparable<Name> { String first; String last; public Name(String f, String l) { first = f;
From source file gov.nih.nci.caintegrator.external.biodbnet.search.PathwayResults.java
/** * Wrapper that contains the results of a pathway by gene search. * * @author Abraham J. Evans-EL <aevansel@5amsolutions.com> */ public class PathwayResults implements Comparable<PathwayResults> {
From source file de.ailis.xadrian.data.Theme.java
/** * Theme. * * @author Klaus Reimer (k@ailis.de) */ public class Theme implements Serializable, Comparable<Theme> {