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