Google's Core Java Library for Java and Android development.
I want to have a map with duplicate keys. I know there are many map implementations (Eclipse shows me about 50), …
java duplicates guava multimapContext I need to return a reference to a map that I'm using for a data cache, and I'd like …
java collections map guavaGuava offers a nice shortcut for initializing a map. However I get the following compiler error (Eclipse Indigo) when my …
java dictionary guavaIs there a short and sweet way to generate a List<Integer>, or perhaps an Integer[] or int[], …
java arrays collections guava apache-commonsAssume, I have a constant number of collections (e.g. 3 ArrayLists) as members of a class. Now, I want to …
java collections guavaI am looking among the standard libraries (like apache commons, jax, jboss, javax) for an interface or enum that lists …
java gwt mime-types content-type guavaGuava provides us with great factory methods for Java types, such as Maps.newHashMap(). But are there also builders for …
java collections guavaContext I am writing a simple JUnit test for the MyObject class. A MyObject can be created from a static …
java junit guavaI am going through the code which uses Predicate in Java. I have never used Predicate. Can someone guide me …
java guava predicateI have a simple integer-to-string mapping in Java, but I need to be able to easily retrieve string from integer, …
java map guava apache-commons