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 interface
DelegatedConcurrentMap<K,V>
An interface extendingDelegatedMap
to implementConcurrentMap
methods.Classes in com.identityworksllc.iiq.common that implement DelegatedMap Modifier and Type Class Description class
TypeFriendlyDelegatedConcurrentMap<K,V>
class
TypeFriendlyDelegatedMap<K,V>
The TypeFriendlyDelegatedMap class combinesDelegatedMap
andTypeFriendlyMap
in a single decorator class.
-