My opinion is this should go to *lang* because the fact is it's extended utility and not exactly as data structures though it looks like one. It's main purpose is to hold properties and not the data. Commons collection aims to provide utlilities and extension to data structures and not to properties related utilities. Properties is very basic thing no matter it's sorted or not sorted and should go to lang.
Regards, Amey On Tue, Jul 18, 2017, 11:58 AM Gary Gregory <garydgreg...@gmail.com> wrote: > Hi, > > I'd to have a new class called SortedProperties that extends > java.util.Properties. > > Should that go in [lang] or [collections]? > > I first thought [lang], but it _is_ a collection after all. > > Gary >