List of usage examples for java.lang Comparable interface-usage
From source file be.vdab.util.Datum.java
/** * * @author katja.radelicki */ public class Datum implements Serializable, Comparable<Datum> {
From source file zw.ac.solusiuniversity.model.Contact.java
/** * * @author given */ @Document public class Contact implements Serializable, Comparable<Contact> {
From source file zw.ac.solusiuniversity.model.Sponsor.java
/** * * @author given */ @Document public class Sponsor implements Serializable, Comparable<Sponsor> {
From source file edu.temple.cis3238.wiki.vo.TagsVO.java
/** * Entity Class for Tags (Index terms) * @author (c)2016 Doreen, Dan, Christian */ public class TagsVO implements Serializable, Comparable<TagsVO>, IValueObject<TagsVO>, Comparator<TagsVO> {
From source file MutableInteger.java
/**
* This class is the same as Integer but the stored value can be changed.
*
* @author Thorsten Meinl (Thorsten.Meinl@informatik.uni-erlangen.de)
*
*/
From source file com.opengamma.util.tuple.Triple.java
/**
* A standard immutable triple implementation consisting of three elements.
* <p>
* This implementation refers to the elements as 'first', 'second' and 'third'.
* <p>
* Although the implementation is immutable, there is no restriction on the objects
From source file org.geoserver.security.ServiceAccessRule.java
/** * Represents a service access rule: identifies a service, a method, and the set of roles that are * allowed to access it */ @SuppressWarnings("serial") public class ServiceAccessRule implements Comparable<ServiceAccessRule>, Serializable {
From source file com.github.steveash.guavate.ObjIntPair.java
/**
* An immutable pair consisting of an {@code Object} and an {@code int}.
* <p>
* This class is similar to {@link Pair} but includes a primitive element.
* <p>
* This class is immutable and thread-safe.
From source file com.tubes2.Post.Post.java
/** * * @author adwisatya */ public class Post implements Comparable { public String Judul;
From source file org.marketcetera.algo.BrokerAlgoSpec.java
/**
* Represents the template of a broker algorithm.
*
* @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a>
* @version $Id$
* @since $Release$