Re: [collections] PriorityQueue

2002-03-18 Thread Michael A. Smith
___ Get your own FREE email account at iVillage.com! http://webmail.ivillage.com -Original Message- From: Michael A. Smith Sent: 3/18/2002 11:51:00 PM To: [EMAIL PROTECTED] Subject: [collections] PriorityQueue In order to update BinaryHeap to take generic Objects

Re: [collections] PriorityQueue

2002-03-18 Thread otisg
Sent: 3/18/2002 11:51:00 PM To: [EMAIL PROTECTED] Subject: [collections] PriorityQueue In order to update BinaryHeap to take generic Objects rather than requiring Comparable objects, I will need to make an equivalent update to PriortyQueue. Any objections? regards, michael