Uses of Class
org.glassfish.jersey.internal.guava.RemovalCause
-
Packages that use RemovalCause Package Description org.glassfish.jersey.internal.guava -
-
Uses of RemovalCause in org.glassfish.jersey.internal.guava
Methods in org.glassfish.jersey.internal.guava that return RemovalCause Modifier and Type Method Description static RemovalCauseRemovalCause. valueOf(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.
-