List of usage examples for java.lang Comparable interface-usage
From source file net.shopxx.entity.ProductImage.java
/**
* Entity - ?
*
* @author SHOP++ Team
* @version 3.0
*/
From source file org.beryx.viewreka.core.Version.java
public class Version implements Comparable<Version> { private final int major; private final int minor; private final int patch; private final String label; private final boolean releaseBuild;
From source file org.talend.dataquality.standardization.record.OutputRecord.java
/** * @author scorreia SynonymRecordSearcher: A record (= set of fields) that has been found after a search in several * indexes. */ public class OutputRecord implements Comparable<OutputRecord> {
From source file com.mgmtp.perfload.loadprofiles.model.AbstractNamedObject.java
/** * @author rnaegele */ public abstract class AbstractNamedObject<T extends AbstractNamedObject<T>> implements Comparable<T>, Cloneable { protected String name;
From source file net.groupbuy.plugin.StoragePlugin.java
/**
* Plugin -
*
* @author SHOP++ Team
* @version 3.0
*/
From source file net.osxx.entity.ProductImage.java
/**
* Entity - ?
*
* @author Operate System
* @version 3.0
*/
From source file net.groupbuy.entity.ProductImage.java
/**
* Entity - ?
*
* @author SHOP++ Team
* @version 3.0
*/
From source file com.dp2345.plugin.StoragePlugin.java
/**
* Plugin -
*
* @author CETVISION CORP
* @version 2.0.3
*/
From source file com.thoughtworks.go.config.ResourceConfig.java
@ConfigTag("resource") public class ResourceConfig implements Serializable, Comparable<ResourceConfig>, Validatable { private static final String VALID_CHARACTER_CLASS = "[-\\w\\s|.]"; public static final String VALID_REGEX = "^" + VALID_CHARACTER_CLASS + "*$"; public static final String VALID_REGEX_WHEN_IN_TEMPLATES = "^" + "[-\\w\\s|.#{}]" + "*$"; public static final String NAME = "name";
From source file org.lpe.common.util.NumericPair.java
/**
* Wrapps a pair of two numeric values.
*
* @author Alexander Wert
*
* @param <T>