Uses of Package
org.apache.commons.collections4.multimap
Packages that use org.apache.commons.collections4.multimap
-
Classes in org.apache.commons.collections4.multimap used by org.apache.commons.collections4.multimapClassDescriptionAbstract implementation of the
ListValuedMapinterface to simplify the creation of subclass implementations.Abstract implementation of theMultiValuedMapinterface to simplify the creation of subclass implementations.Decorates anotherMultiValuedMapto provide additional behavior.Abstract implementation of theSetValuedMapinterface to simplify the creation of subclass implementations.Implements aListValuedMap, using aLinkedHashMapto provide data storage andArrayLists as value collections.Implements aSetValuedMap, using aLinkedHashMapto provide data storage andLinkedHashSets as value collections.Decorates anotherMultiValuedMapto transform objects that are added.Decorates anotherMultiValuedMapto ensure it can't be altered.