Currently browsing category

Guava

GuavaOptionalClass

Guava Optional Class Example

Problem with Null Pointers — using Guava’s Optional Class Ever since I can remember NullPointerExceptions (NPEs) have been a source of frustration …

GuavaMultiset

Guava Multiset Example

Guava Multiset Implementation A Multiset extends Multimap and has the added feature that it holds duplicate values and maintains their counts. The …

GuavaTable

Guava Table Example

Guava Table A special collection that allows us to use two keys as indexes, a row key and a column key with …