Uses of Enum Class
org.docx4j.com.google.common.cache.RemovalCause
Packages that use RemovalCause
-
Uses of RemovalCause in org.docx4j.com.google.common.cache
Fields in org.docx4j.com.google.common.cache declared as RemovalCauseMethods in org.docx4j.com.google.common.cache that return RemovalCauseModifier and TypeMethodDescriptionRemovalNotification.getCause()Returns the cause for which the entry was removed.static RemovalCauseReturns the enum constant of this class with the specified name.static RemovalCause[]RemovalCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.com.google.common.cache with parameters of type RemovalCauseModifier and TypeMethodDescriptionstatic <K,V> RemovalNotification<K, V> RemovalNotification.create(@Nullable K key, @Nullable V value, RemovalCause cause) Creates a newRemovalNotificationfor the givenkey/valuepair, with the givencausefor the removal.(package private) voidLocalCache.Segment.enqueueNotification(@Nullable K key, int hash, @Nullable V value, int weight, RemovalCause cause) (package private) booleanLocalCache.Segment.removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) (package private) @Nullable ReferenceEntry<K,V> LocalCache.Segment.removeValueFromChain(ReferenceEntry<K, V> first, ReferenceEntry<K, V> entry, @Nullable K key, int hash, V value, LocalCache.ValueReference<K, V> valueReference, RemovalCause cause) Constructors in org.docx4j.com.google.common.cache with parameters of type RemovalCauseModifierConstructorDescriptionprivateRemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause)