New posts in guava

Sort List in reverse in order

What is the best way to cache single object within fixed timeout?

Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process guava-21.0.jar Android 3.1 Dev Channel

Managing highly repetitive code and documentation in Java

A Queue that ensure uniqueness of the elements?

Cleanest way to create a Guava Multimap from a Java 8 stream

What's the point of Guava checkNotNull

Lists.newArrayList vs new ArrayList

How to JUnit test that two List<E> contain the same elements in the same order?

How can I collect a Java 8 stream into a Guava ImmutableCollection?

Guava: Why is there no Lists.filter() function?

How to make a new list with a property of an object which is in another list

Get empty string when null

is guava-libraries available in maven repo?

Bi-directional Map in Java? [duplicate]

Predicate in Java

How Cache in Guava deletes its expired items, using a timer thread or checking items' validity when access them [duplicate]

Google Guava isNullOrEmpty for collections

Guava equivalent for IOUtils.toString(InputStream)

UnmodifiableMap (Java Collections) vs ImmutableMap (Google) [duplicate]