Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in guava

Returning an ImmutableMap <File, File>

To instantiate BiMap Of google-collections in Java

java guava bimap

Java Map Values to Comma Separated String

java csv map guava string-utils

Are there any benchmarks comparing Java 8 Streams to Guava Iterables?

java performance java-8 guava

Standard method of wrapping checked Java exceptions

java exception 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