Google's Core Java Library for Java and Android development.
Is there a method (maybe with Google Collections) to obtain the min value of a Map(Key, Double)? In the …
java guavaI was looking for a bidirectional map implementation in Java, and stumbled upon these two libraries: Google Guava (formerly "Google …
java collections apache-commons guavaI have an entity: public class Entity { private long id; private String data; public long getId() { return id; } public String …
java collections guava apache-commons@RequestMapping(value = "/contact.html", method = RequestMethod.POST) public final ModelAndView contact( @RequestParam(value = "name", required = false) Optional<String> …
spring spring-mvc guava nullable optionalDoes Guava provide a method to get a default value if a passed object reference is null ? I'am looking for …
java guavaI've got Google Guava inside Stream: this.map.entrySet().stream() .filter(entity -> !Strings.isNullOrEmpty(entity.getValue())) .map(obj …
java java-8 guava java-streamI have a list of strings and I have a function to generate a value for each key in the …
java list dictionary guavaI have to iterate through google multimap. But I am using jdk 1.4 and can't switch to higher version. So i …
java guava multimapI have a List<Foo> and want a Multimap<String, Foo> where we've grouped the Foo's …
guava java-8 java-streamI have a rather large Android app that relies on many library projects. The Android compiler has a limitation of 65536 …
android google-drive-api guava dex android-multidex