RFR : 7129185 : (M) Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set} (original) (raw)

Louis Wasserman lowasser at google.com
Mon Jun 10 23:47:08 UTC 2013


Is there any reason that Collections.unmodifiableSortedSet() shouldn't just delegate to Collections.unmodifiableNavigableSet(), and similarly for the Maps?

On Mon, Jun 10, 2013 at 4:36 PM, Mike Duigou <mike.duigou at oracle.com> wrote:

I've done some further updates based upon feedback. I believe this is now "done" and ready for final review.

http://cr.openjdk.java.net/~mduigou/JDK-7129185/3/webrev/ I did find one inconsistency in the implementations SortedSet.headSet and SortedSet.tailSet methods. Mike

On Jun 7 2013, at 10:58 , Mike Duigou wrote: > Hello all; > > I've incorporated feedback from previous rounds and expect to finalize this addition soon. > > http://cr.openjdk.java.net/~mduigou/JDK-7129185/2/webrev/ > > Any review feedback or suggestions of additional tests welcome. > > Thanks, > > Mike > >

-- Louis Wasserman



More information about the core-libs-dev mailing list