RFR : 6799426 : (xs) Add constructor PriorityQueue(Comparator)

Lance Andersen - Oracle Lance.Andersen at oracle.com
Mon Jul 22 19:42:38 UTC 2013


looks fine Mike

Best
Lance
On Jul 22, 2013, at 3:24 PM, Mike Duigou wrote:

> Hello all;
> 
> A simple rewiew for the addition of another constructor to PriorityQueue. Currently if you wish to specify a Comparator you must also supply a size. This addition allows use of the default size which is good for two reason; you don't have to specify a fixed value and the implementation can change it's default as appropriate.
> 
> http://cr.openjdk.java.net/~mduigou/JDK-6799426/0/webrev/
> 
> Mike

-------------- next part --------------

Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com



More information about the core-libs-dev mailing list