Uses of Class
net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap
Packages that use ClassToInstanceMultiMap
Package
Description
Additional implementations of, and helpers for working with, collections.
-
Uses of ClassToInstanceMultiMap in net.shibboleth.utilities.java.support.collection
Subclasses of ClassToInstanceMultiMap in net.shibboleth.utilities.java.support.collectionModifier and TypeClassDescriptionclass
A specialization ofClassToInstanceMultiMap
which exposes a map-specific instance ofReadWriteLock
.Methods in net.shibboleth.utilities.java.support.collection with parameters of type ClassToInstanceMultiMapModifier and TypeMethodDescriptionvoid
ClassToInstanceMultiMap.putAll
(ClassToInstanceMultiMap<? extends B> map) Adds all the values to the map.void
LockableClassToInstanceMultiMap.putAllWithLock
(ClassToInstanceMultiMap<? extends B> map) Convenience method which executes the like-named method from superclassClassToInstanceMultiMap
under a write lock.void
ClassToInstanceMultiMap.removeAll
(ClassToInstanceMultiMap<? extends B> map) Remove the values contained in the specified map from this map and from the value list of all indexes.void
LockableClassToInstanceMultiMap.removeAllWithLock
(ClassToInstanceMultiMap<? extends B> map) Convenience method which executes the like-named method from superclassClassToInstanceMultiMap
under a write lock.