Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in guava

Legitimate uses for static initializer?

Would Guava's Cache<K, Semaphore> with weakValues() be thread safe?

How can I use PriorityBlockingQueue with ListeningExecutorService?

guava

ListenableFuture callback execution order

Why does Google Guava's ArrayListMultimap clear method throw IllegalAccessError when called by method reference?

java guava method-reference

Aggregate key-value lines in a file by keys in Java

java: cache database table with 1 hour refresh

Is there a way to use a for-each construction for a Guava Table?

java foreach guava

Using Jersey 2.1 with CDI

The best way to collect the Java-8 Stream to Guava ImmutableList

java java-8 guava java-stream

How to chain Guava futures?

java guava future

Guava: MemoizingSupplier thread safety

java concurrency guava

Guava MapMaker().weakKeys().makeMap() vs WeakHashMap

Using generics with collection of enum classes implementing same interface

java generics enums guava

Guava: Where is CharEscaper?

escaping guava

Concurrent map with weak keys

use Guava CharMatcher as a static fields in a class . Is CharMatcher thread safe?

java multithreading guava

Why should Objects.requireNonNull() not be used if com.google.common from Guava is used?

java guava

Effective Java: Safety of Forwarding Classes

Using Guava in a Maven GWT Project

gwt maven guava