Uses of Class
com.cedarsoftware.util.AbstractConcurrentNullSafeMap
Packages that use AbstractConcurrentNullSafeMap
-
Uses of AbstractConcurrentNullSafeMap in com.cedarsoftware.util
Subclasses of AbstractConcurrentNullSafeMap in com.cedarsoftware.utilModifier and TypeClassDescriptionfinal classA thread-safe implementation ofConcurrentMapthat supportsnullkeys andnullvalues by using internal sentinel objects.classConcurrentNavigableMapNullSafe is a thread-safe implementation ofConcurrentNavigableMapthat allowsnullkeys and values.