Uses of Class
org.docx4j.com.google.common.cache.RemovalCause
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of RemovalCause in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return RemovalCause Modifier and Type Method Description RemovalCauseRemovalNotification. getCause()Returns the cause for which the entry was removed.static RemovalCauseRemovalCause. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RemovalCause[]RemovalCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.google.common.cache with parameters of type RemovalCause Modifier and Type Method Description static <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.