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 |
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.
|
Copyright © 1999–2018. All rights reserved.