Uses of Package
org.glassfish.jersey.internal.guava
Packages that use org.glassfish.jersey.internal.guava
-
Classes in org.glassfish.jersey.internal.guava used by org.glassfish.jersey.internal.guavaClassDescriptionAn abstract implementation of the
ListenableFuture
interface.A semi-persistent mapping from keys to values.A builder ofLoadingCache
andCache
instances having any combination of the following features:Computes or retrieves values, based on a key, for use in populating aLoadingCache
.A strategy for determining whether two instances are considered equivalent.A collection which forwards all its method calls to another collection.A set which forwards all its method calls to another set.Implementation ofTable
using hash tables.Implementation ofMultimap
using hash tables.An object that joins map entries in the same manner asJoiner
joins iterables and arrays.AFuture
that accepts completion listeners.AMultimap
that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key.A semi-persistent mapping from keys to values.Support class forMoreObjects.toStringHelper(java.lang.Object)
.A collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values.A comparator, with additional methods to support common operations.An iterator that supports a one-element lookahead while iterating.The reason why a cached entry was removed.AMultimap
that cannot hold duplicate key-value pairs.AListenableFuture
whose result may be set by aSettableFuture.set(Object)
orSettableFuture.setException(Throwable)
call.ASetMultimap
whose set of values for a given key are kept sorted; that is, they comprise aSortedSet
.An object that measures elapsed time in nanoseconds.A collection that associates an ordered pair of keys, called a row key and a column key, with a single value.Row key / column key / value triplet corresponding to a mapping in a table.A ThreadFactory builder, providing any combination of these features: whether threads should be marked as daemon threads a naming format a thread priority an uncaught exception handler a backing thread factoryA time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.An iterator that does not supportUnmodifiableIterator.remove()
.