dewarim/LittleGoblin

Add Google Guava lib

Closed this issue · 1 comments

The guava lib adds many useful constructs, for example
Longs.tryParse(s) which parses a String to a Long without throwing NumberFormatException on fail.

Done. See: 9989cb1