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 TypeClassDescriptionclassA specialization ofClassToInstanceMultiMapwhich exposes a map-specific instance ofReadWriteLock.Methods in net.shibboleth.utilities.java.support.collection with parameters of type ClassToInstanceMultiMapModifier and TypeMethodDescriptionvoidClassToInstanceMultiMap.putAll(ClassToInstanceMultiMap<? extends B> map) Adds all the values to the map.voidLockableClassToInstanceMultiMap.putAllWithLock(ClassToInstanceMultiMap<? extends B> map) Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a write lock.voidClassToInstanceMultiMap.removeAll(ClassToInstanceMultiMap<? extends B> map) Remove the values contained in the specified map from this map and from the value list of all indexes.voidLockableClassToInstanceMultiMap.removeAllWithLock(ClassToInstanceMultiMap<? extends B> map) Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a write lock.