clauchiorean / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

SortedList #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request for SortedList.  I mainly want it so I can
accomplish SortedListMultimap, so this can be a feature request for that too.

Original issue reported on code.google.com by medo...@gmail.com on 9 Jul 2009 at 8:07

GoogleCodeExporter commented 9 years ago
Once you have a SortedList, you can call Multimaps.newListMultimap() to create 
the
SortedListMultimap you're asking for.

Original comment by jared.l....@gmail.com on 9 Jul 2009 at 8:22

GoogleCodeExporter commented 9 years ago
It's been established that Glazed Lists has this functionality, and we have way 
too 
much to do already that isn't already well-covered by high-quality open-source 
libraries to get into this.

Original comment by kevin...@gmail.com on 9 Jul 2009 at 8:30

GoogleCodeExporter commented 9 years ago
Would you consider including an implementation contributed from the outside, so 
long
as it abided by your library's style guidelines and passed your testing 
framework?

Original comment by medo...@gmail.com on 9 Jul 2009 at 8:51

GoogleCodeExporter commented 9 years ago
It doesn't change the same basic equation: no matter who's doing the work, I 
want 
them to spend time inventing new wheels or reinventing bad wheels; never 
reinventing 
good wheels.

Event-based collections like these belong in glazed lists and they simply don't 
belong here. It's a clean distinction right now and I have no wish to muddy it.

I still can't fathom why you don't just use GL for this.

Original comment by kevin...@gmail.com on 9 Jul 2009 at 9:15