Uses of Class
com.google.errorprone.annotations.CheckReturnValue
-
Packages that use CheckReturnValue Package Description com.google.common.cache This package contains caching utilities.com.google.common.primitives Static utilities for working with the eight primitive types andvoid
, and value types for treating them as unsigned.com.google.common.util.concurrent Concurrency utilities. -
Packages with annotations of type CheckReturnValue Package Description com.google.common.base Basic utility libraries and interfaces.com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.util.concurrent Concurrency utilities.com.google.common.escape Interfaces, utilities, and simple implementations of escapers and encoders.com.google.common.eventbus The EventBus allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other).com.google.common.graph An API for representing graph (node and edge) data.com.google.common.hash Hash functions and related structures.com.google.common.html Escapers for HTML.com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.com.google.common.math Arithmetic functions operating on primitive values andBigInteger
instances.com.google.common.primitives Static utilities for working with the eight primitive types andvoid
, and value types for treating them as unsigned.com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.xml Escapers for XML. -
-
Uses of CheckReturnValue in com.google.common.cache
Methods in com.google.common.cache with annotations of type CheckReturnValue Modifier and Type Method Description <K1 extends K,V1 extends V>
CacheBuilder<K1,V1>CacheBuilder. removalListener(RemovalListener<? super K1,? super V1> listener)
Specifies a listener instance that caches should notify each time an entry is removed for any reason. -
Uses of CheckReturnValue in com.google.common.primitives
Methods in com.google.common.primitives with annotations of type CheckReturnValue Modifier and Type Method Description ImmutableDoubleArray
ImmutableDoubleArray.Builder. build()
Returns a new immutable array.ImmutableIntArray
ImmutableIntArray.Builder. build()
Returns a new immutable array.ImmutableLongArray
ImmutableLongArray.Builder. build()
Returns a new immutable array. -
Uses of CheckReturnValue in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with annotations of type CheckReturnValue Modifier and Type Method Description java.util.concurrent.ThreadFactory
ThreadFactoryBuilder. build()
Returns a new thread factory using the options supplied during the building process.
-