Uses of Class
net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap
-
Packages that use ClassToInstanceMultiMap Package Description net.shibboleth.utilities.java.support.collection 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.collection Modifier and Type Class Description classLockableClassToInstanceMultiMap<B>A specialization ofClassToInstanceMultiMapwhich exposes a map-specific instance ofReadWriteLock.Methods in net.shibboleth.utilities.java.support.collection with parameters of type ClassToInstanceMultiMap Modifier and Type Method Description voidClassToInstanceMultiMap. 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.
-