Re: [collections] Adding a Table data structure?

2021-09-01 Thread Matt Benson
And how is the table type different from using e.g. a Commons lang Pair as the key of a basic Map? Matt On Tue, Aug 31, 2021, 11:42 PM Gary Gregory wrote: > What's missing from Guava's version that you want to add here? > > Gary > > On Tue, Aug 31, 2021, 20:55 Will Herrmann wrote: > > > I am w

Re: [collections] Adding a Table data structure?

2021-08-31 Thread Gary Gregory
What's missing from Guava's version that you want to add here? Gary On Tue, Aug 31, 2021, 20:55 Will Herrmann wrote: > I am wondering if it would be appropriate to add a Table (a.k.a. Matrix) > data structure to Commons Collections 4. Guava has one[1] and it seems like > it would fit in with th

Re: [collections] Adding a Table data structure?

2021-08-31 Thread Matt Sicker
Sounds interesting. Filing a Jira issue under the COLLECTIONS project to track the effort would be a good next step after this thread. https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS Matt Sicker > On Aug 31, 2021, at 19:55, Will Herrmann wrote: > > I am wondering if it

[collections] Adding a Table data structure?

2021-08-31 Thread Will Herrmann
I am wondering if it would be appropriate to add a Table (a.k.a. Matrix) data structure to Commons Collections 4. Guava has one[1] and it seems like it would fit in with this project. From the Guava Javadoc for Table > A collection that associates an ordered pair of keys, called a row key and a