Uses of Annotation Interface
com.google.common.cache.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
-
Uses of ElementTypesAreNonnullByDefault in com.google.common.cache
Classes in com.google.common.cache with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionclassAbstractCache<K,V> This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.classAbstractLoadingCache<K,V> This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.interfaceCache<K,V> A semi-persistent mapping from keys to values.final classCacheBuilder<K,V> A builder ofLoadingCacheandCacheinstances.final classA specification of aCacheBuilderconfiguration.classCacheLoader<K,V> Computes or retrieves values, based on a key, for use in populating aLoadingCache.final classStatistics about the performance of aCache.classForwardingCache<K,V> A cache which forwards all its method calls to another cache.classA cache which forwards all its method calls to another cache.interfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.(package private) interfaceAbstract interface for objects that can concurrently add longs.(package private) final classSource ofLongAddableobjects that deals with GWT, Unsafe, and all that.(package private) final classOne or more variables that together maintain an initially zerolongsum.(package private) interfaceReferenceEntry<K,V> An entry in a reference map.enumThe reason why a cached entry was removed.interfaceRemovalListener<K,V> An object that can receive a notification when an entry is removed from a cache.final classA collection of common removal listeners.final classRemovalNotification<K,V> A notification of the removal of a single entry.(package private) classA package-local class holding common representation and mechanics for classes supporting dynamic striping on 64bit values.interfaceWeigher<K,V> Calculates the weights of cache entries.