Uses of Class
org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
Packages that use AbstractMultiValuedMapDecorator Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces. -
-
Uses of AbstractMultiValuedMapDecorator in org.apache.commons.collections4.multimap
Subclasses of AbstractMultiValuedMapDecorator in org.apache.commons.collections4.multimap Modifier and Type Class Description classTransformedMultiValuedMap<K,V>Decorates anotherMultiValuedMapto transform objects that are added.classUnmodifiableMultiValuedMap<K,V>Decorates anotherMultiValuedMapto ensure it can't be altered.
-