Uses of Interface
com.identityworksllc.iiq.common.DelegatedMap
-
Packages that use DelegatedMap Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of DelegatedMap in com.identityworksllc.iiq.common
Subinterfaces of DelegatedMap in com.identityworksllc.iiq.common Modifier and Type Interface Description interfaceDelegatedConcurrentMap<K,V>An interface extendingDelegatedMapto implementConcurrentMapmethods.Classes in com.identityworksllc.iiq.common that implement DelegatedMap Modifier and Type Class Description classTempStorageAn advanced Global Storage class that expands on IIQ’s CustomGlobal object.classThreadStorageA singleton global object with an internal InheritableThreadLocal, allowing sharing of cached objects within a single thread.classTypeFriendlyDelegatedConcurrentMap<K,V>classTypeFriendlyDelegatedMap<K,V>The TypeFriendlyDelegatedMap class combinesDelegatedMapandTypeFriendlyMapin a single decorator class.
-