| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.collection |
Additional implementations of, and helpers for working with, collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockableClassToInstanceMultiMap<B>
A specialization of
ClassToInstanceMultiMap which exposes a map-specific
instance of ReadWriteLock. |
| Modifier and Type | Method and Description |
|---|---|
void |
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 superclass
ClassToInstanceMultiMap
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 superclass
ClassToInstanceMultiMap
under a write lock. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.