Pastebin

Paste #237:

< previous paste - next paste>

Pasted by hej

Download View as text

	public int compareTo(QueueEntry qe){
		return qe.getSeqNum()-this.getSeqNum();
	}


	public int compareTo(MCMessage o) {
		logger.debug("compareTo(" + o.getId() + "): " + 
				o.getSequenceNumber() + 
				"-" + this.sequenceNumber);
		return o.getSequenceNumber() - this.sequenceNumber;
	}

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.