The Artima Developer Community
Sponsored Link

Artima Developer Spotlight Forum
Google Collection Library 1.0 Released

2 replies on 1 page. Most recent reply: Jan 23, 2010 10:45 AM by Andreas Hollmann

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Frank Sommers

Posts: 2638
Nickname: fsommers
Registered: Jan, 2002

Google Collection Library 1.0 Released Posted: Jan 5, 2010 1:47 AM
Reply to this message Reply
Advertisement

The Google Collections Library is an extension of the Java Collections Framework, and is aimed to make it easier to work with Java collections through many enhancements and additional collection types. The codebase of the version 1.0 of the Google Collections library, which was released last week, will eventually be integrated into the broader Google Guava open-source library.

New collection types in Google Collections includes Multimap, allowing you to associate multiple values with a single key, Multiset, which is like a bag, allowing multiple occurrences of an element in the collection, and BiMap, a map that maintains the uniqueness of both its values and its keys and allows reversal of keys and values.

ImmutableSet is a faster, immutable implementation of HashSet, and there is also an ImmutableSortedSet subclass in the library. MapMaker is a builder for ConcurrrentMaps that provides a fluid interface to specify many features of the created map. These are just a few of the many classes offered by the library.

What do you think of the Google Collections Library?


Cameron Purdy

Posts: 177
Nickname: cpurdy
Registered: Dec, 2004

Re: Google Collection Library 1.0 Released Posted: Jan 5, 2010 11:22 AM
Reply to this message Reply
I think it's great that they've done this (and made it available). The only problem is that they're years too late to save many of us the work of writing these ourselves :-)

Peace,

Cameron Purdy | Oracle Coherence
http://coherence.oracle.com/

Andreas Hollmann

Posts: 1
Nickname: zarr
Registered: Jan, 2010

Re: Google Collection Library 1.0 Released Posted: Jan 23, 2010 10:45 AM
Reply to this message Reply
Hi,
I'm a developer of a happy-collections framework on source-forge (Apache License 2.0). We developed aditional collections-classes, maybe you like our work :-)
http://sourceforge.net/projects/happy-guys/files/

Flat View: This topic has 2 replies on 1 page
Topic: Working with Images in Flex 4 Previous Topic   Next Topic Topic: Owners vs Caretakers


Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us