Uses of Class
com.googlecode.concurrentlinkedhashmap.Weighers.ListWeigher
-
-
Uses of Weighers.ListWeigher in com.googlecode.concurrentlinkedhashmap
Methods in com.googlecode.concurrentlinkedhashmap that return Weighers.ListWeigher Modifier and Type Method Description static Weighers.ListWeigher
Weighers.ListWeigher. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Weighers.ListWeigher[]
Weighers.ListWeigher. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-