Yeah, I noticed the same thing. I was thinking of suggesting the use of Google Collections, too: <a href="http://code.google.com/p/google-collections/">http://code.google.com/p/google-collections/</a><div><br></div><div>They provide a host of Immutable collections and many other handy classes. Specifically, I thought BiMap could replace BidirectionalMap (I&#39;ve been working on implementing this, actually). The Google Collections are very well tested (and widely deployed), vetted by Josh Bloch, and may potentially make it into the JDK in time.<div>
<br></div><div>Great interview with the creators here: <a href="http://www.javalobby.org/articles/google-collections/">http://www.javalobby.org/articles/google-collections/</a></div><div><br></div><div>-jeff<br><br><div class="gmail_quote">
On Fri, Sep 4, 2009 at 11:30 PM, Krzysztof Sobolewski <span dir="ltr">&lt;<a href="mailto:Krzysztof.Sobolewski@atm.com.pl">Krzysztof.Sobolewski@atm.com.pl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I noticed that there was a problem with generics in Immutables class. May I<br>
suggest a better approach? (patch attached) :)<br>
<br>
[AFAICS the same thing is needed for analogous code in JBoss Cache, BTW]<br>
<font color="#888888">-KS<br>
</font><br>_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br></blockquote></div><br></div></div>