Google Groups Home
Help | Sign in
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 265  Older »
Description: Discussion list for development issues on the Google Collections Library.
 

r66 - wiki 
  Author: jared.l.levy ...New Revision: 66 Modified: wiki/Releases.wiki Log: Edited wiki page through web user interface. Modified: wiki/Releases.wiki ============================== ============================== ================== --- wiki/Releases.wiki (original) +++ wiki/Releases.wiki Wed Sep 3 16:27:41 2008... more »
By codesite-nore...@google.com  - Sep 3 - 1 new of 1 message    

Issue 95 in google-collections: Add Objects.hashCode overloads for Object + all primatives 
  Issue 95: Add Objects.hashCode overloads for Object + all primatives [link] Comment #3 by estebistec: +1 to standardized primitive hashing functions Re #2: "This class could also have equals(P,P) methods for all primitives, that use {Float,Double}.compare"... more »
By codesite-nore...@google.com  - Sep 3 - 3 new of 3 messages    

Issue 93 in google-collections: Upload 0.8 (ALPHA) to Maven Central Repository 
  Issue 93: Upload 0.8 (ALPHA) to Maven Central Repository [link] Comment #4 by estebistec: "Ping" Any update on this? Thanks!
By codesite-nore...@google.com  - Sep 3 - 4 new of 4 messages    

Issue 96 in google-collections: Lists.transform() documentation unclear on reversibility 
  Issue 96: Lists.transform() documentation unclear on reversibility [link] New issue report by dovwas: I believe the javadoc for Lists.transform() to contains a subtly misleading statement. It states: ------------------------------ ------------------------... more »
By codesite-nore...@google.com  - Aug 26 - 2 new of 2 messages    

Issue 95 in google-collections: Add Objects.hashCode overloads for Object + all primatives 
  Issue 95: Add Objects.hashCode overloads for Object + all primatives [link] New issue report by Ben.Lings: It would be useful to have the behaviour for computing hashcodes as recommended in Effective Java Item 8 included as a library function. See... more »
By codesite-nore...@google.com  - Aug 25 - 3 new of 3 messages    

Issue 56 in google-collections: Suggestion: Maps.fromFunction 
  Issue 56: Suggestion: Maps.fromFunction [link] Comment #2 by sebdotv: I keep writing the following method in many projects: public static <K, V> Map<K, V> hashMapFromFunction(Set<K> keys, Function<K, V> function) { Map<K, V> map = Maps.newHashMapWithExpectedSiz e(keys.size());... more »
By codesite-nore...@google.com  - Aug 25 - 1 new of 1 message    

Useful Map related method. 
  Internally we're using this method based off the back of the existing Google Collections work and I've been given permission to share it in the spirit of the library I guess you could say: public static <K, V> void addAll(Map<K,V> destinationMap, Iterable<V> source, Function<V, K> valueToKeyFunction)... more »
By Sean Parsons  - Aug 22 - 6 new of 6 messages    

Issue 94 in google-collections: Static factory methods can return non-serializable predicates 
  Issue 94: Static factory methods can return non-serializable predicates [link] New issue report by marti.th: Hello Some of the static factory methods, for instance Predicates.isEqualTo(), can return non-serializable predicates when called with a parameter that... more »
By codesite-nore...@google.com  - Aug 21 - 3 new of 3 messages    

Issue 32 in google-collections: Upgrade to Java 6, maintaining Java 5 backport branch 
  Issue 32: Upgrade to Java 6, maintaining Java 5 backport branch [link] Comment #4 by jared.l.levy: I replaced the 20080818 release, which was built with Java 6, with a 20080820 release that works with Java 5. The source code is the same.
By codesite-nore...@google.com  - Aug 20 - 1 new of 1 message    

r65 - wiki 
  Author: jared.l.levy ...New Revision: 65 Modified: wiki/Releases.wiki Log: Edited wiki page through web user interface. Modified: wiki/Releases.wiki ============================== ============================== ================== --- wiki/Releases.wiki (original) +++ wiki/Releases.wiki Wed Aug 20 17:22:05 2008... more »
By codesite-nore...@google.com  - Aug 20 - 1 new of 1 message    

1 - 10 of 265   « Newer | Older »

XML       Send email to this group: google-collections-dev@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google