You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Richard Frovarp (JIRA)" <ji...@apache.org> on 2010/11/26 16:11:26 UTC

[jira] Commented: (DROIDS-106) Introduce Guava (the former google collections) into the droids project

    [ https://issues.apache.org/jira/browse/DROIDS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12936045#action_12936045 ] 

Richard Frovarp commented on DROIDS-106:
----------------------------------------

You can find the library over here: http://code.google.com/p/guava-libraries/

I used Google Collections in my Droids implementation (was done 6 months ago and haven't had a chance to update). I'm using Guava in another project that needs to do set operations and makes good use of some of the other collection types. One of the biggest advantages that Guava has over commons-collections is that it supports generics. 

> Introduce Guava (the former google collections) into the droids project
> -----------------------------------------------------------------------
>
>                 Key: DROIDS-106
>                 URL: https://issues.apache.org/jira/browse/DROIDS-106
>             Project: Droids
>          Issue Type: Wish
>          Components: core
>    Affects Versions: 0.0.1
>            Reporter: Eugen Paraschiv
>             Fix For: 0.0.1
>
>
> Google Guava is becoming a standard extension to the collection framework and provides some very useful features (besides the obvious collection work which is extensive), such as Preconditions (which would standardize the way argument checking is done). 
> As far as I know, many other Apache projects use Guava (Mahout is one). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.