Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in guava

Common naming conventions for option type variables and methods that return them [closed]

java scala guava java-8 optional

Does iterating over a Guava LoadingCache's map-view entry set reset the access time used for expiration?

java guava

How can I control the dependencies of IntelliJ Scratch files?

Guava: Iterables.filter VS Collections2.filter, any big difference?

java jakarta-ee guava

Is there a concise way to create an InputSupplier for an InputStream in Google Guava?

java io guava

Guava - How to remove from a list, based on a predicate, keeping track of what was removed?

implementing a lazy Supplier in java

java guava lazy-evaluation

The very basics for using Guava [closed]

java guava

HashMap returned by Maps.newHashMap vs new HashMap

java spring collections guava

Does googles guava have a java tryparse integer method or something similar?

java guava

Why does Iterables.find() in Guava throw NoSuchElementException, instead of returning null?

guava api-design

Scala range / interval map structure [closed]

Restartable Service using Guava

java guava

Does guava come with a command line argument parser [closed]

guava

Critical guava memory leak - Workaround needed

What is a "LoadingCache"?

caching guava

Give me a practical use-case of Multi-set

collections guava

Is there an equivalent for Guava Striped-Class in C#?

c# concurrency guava

Guava ImmutableMap Builder syntax

java guava immutability

Sorting a Guava BiMap

java guava