--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "guava")
JL> You're the first person to ask for a filtered or transformed Table. While
JL> they're feasible, it would take a lot of effort to implement them because
JL> the Table interfaces has many methods and views.
JL> To get an idea of what's involved, you can look over the implementation of
JL> filtered or transformed Maps in
JL> http://code.google.com/p/guava-libraries/source/browse/trunk/src/com/google/common/collect/Maps.java
JL> The analogous Table implementation would be similar but longer since Table
JL> is a more complex interface than Map.
I'll second the request. Many cases where I use GlazedLists currently
would be easier with Tables, especially for sparse data sets.
Ted
CF> Feel free to file a feature request:
CF> http://code.google.com/p/guava-libraries/issues/entry
Done: http://code.google.com/p/guava-libraries/issues/detail?id=606
Thanks
Ted