Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in guava

How do I efficiently cache objects in Java using available RAM?

Merge ranges with guava

java guava

How to partition a list with N partitions rather than partitions of size N?

java list guava partitioning

Reject values while using Maps.uniqueIndex with Guava

How to get the memory size of Guava's BloomFilter

guava bloom-filter

Is there a JDK or Guava method to turn a null into an empty list?

java collections guava

AtomicLongMap vs. ConcurrentHashMultiset

java collections guava

Extract gaps from a List of Range<Date>

Extending ImmutableCollection

java guava

Is it safe to mutate values in a HashBiMap?

java guava hashcode bimap

Why Android Studio can't reference a library if included in build.gradle only?

Immutability and General vs. Specific Types

java interface guava

Creating an ImmutableMap<P,ImmutableMultimap<C,V>> stream Collector

Guava Sets.difference#isEmpty() behaviour

java set guava is-empty

Existing utility method to ensure that all collection elements are non null [closed]

java java-8 guava

How to use TypeToken to get type parameter?

java generics guava

difference between a getter method and a method which returns the state of an instance variable?

java guava

How to convert Map<String, String> to Map<Long, String> ? (option : using guava)

java guava

Simple example of Guava ValueGraph

graph guava