From charlesreid1

(Created page with "==Notes== The Guava library for Java provides a Maps class that provides static utility methods for Maps. (There are also corresponding Lists, Sets, and Queues classes with m...")
 
No edit summary
 
Line 1: Line 1:
{{Main|Guava}}
==Notes==
==Notes==



Latest revision as of 06:41, 29 June 2017

Notes

The Guava library for Java provides a Maps class that provides static utility methods for Maps. (There are also corresponding Lists, Sets, and Queues classes with more utility methods).

Link to Guava Javadocs: https://google.github.io/guava/releases/snapshot/api/docs/com/google/common/collect/Maps.html


Flags