List of usage examples for java.lang Comparable interface-usage
From source file zw.ac.solusiuniversity.model.PreviousEducation.java
/** * * @author given */ @Document public class PreviousEducation implements Serializable, Comparable<PreviousEducation> {
From source file edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.SubclassTemplateModel.java
public class SubclassTemplateModel extends BaseTemplateModel implements Comparable<SubclassTemplateModel> { private final VClass vclass; private final List<ObjectPropertyStatementTemplateModel> statements; SubclassTemplateModel(VClass vclass, List<ObjectPropertyStatementTemplateModel> statements) {
From source file org.mule.util.xa.MuleXid.java
/** * Mule {@link javax.transaction.xa.Xid} implementation */ public class MuleXid implements Xid, Comparable<Xid> { private final int formatId;
From source file zw.ac.solusiuniversity.model.AcademicQualification.java
/** * * @author given */ @Document public class AcademicQualification implements Serializable, Comparable<AcademicQualification> {
From source file com.bellman.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 classes.Post.java
/** * * @author USER */ public class Post implements Comparable { public String Judul;
From source file edu.northwestern.bioinformatics.studycalendar.tools.Range.java
/** * @author rsutphin */ public class Range<T extends Comparable<T>> implements Comparable<Range<T>>, Serializable { private static final NullComparator NULLS_HIGH_COMPARATOR = new NullComparator(true);
From source file net.bible.service.db.mynote.MyNoteDto.java
/**
* DTO for MyNote
*
* @see gnu.lgpl.License for license details.<br>
* The copyright to this program is held by it's authors.
* @author John D. Lewis [balinjdl at gmail dot com]
From source file edu.wisc.my.stats.domain.Fact.java
/** * @author Eric Dalquist <a href="mailto:eric.dalquist@doit.wisc.edu">eric.dalquist@doit.wisc.edu</a> * @version $Revision: 1.1 $ */ public class Fact implements Comparable<Fact> { private static long idGen = 0;
From source file com.riversoforion.zambezi.dice.Die.java
/** * @author macdaddy */ public class Die implements Comparable<Die> { private static final int DEFAULT_SIDES = 6;