Package extra166y

Enum CustomConcurrentHashMap.Strength

java.lang.Object
java.lang.Enum<CustomConcurrentHashMap.Strength>
extra166y.CustomConcurrentHashMap.Strength
All Implemented Interfaces:
Serializable, Comparable<CustomConcurrentHashMap.Strength>, java.lang.constant.Constable
Enclosing class:
CustomConcurrentHashMap<K,V>

public static enum CustomConcurrentHashMap.Strength extends Enum<CustomConcurrentHashMap.Strength>
The strength of keys and values that may be held by maps. strong denotes ordinary objects. weak and soft denote the corresponding Reference types.