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