Uses of Package
org.apache.commons.collections4.multimap
-
Packages that use org.apache.commons.collections4.multimap Package Description org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces. -
Classes in org.apache.commons.collections4.multimap used by org.apache.commons.collections4.multimap Class Description AbstractListValuedMap Abstract implementation of theListValuedMapinterface to simplify the creation of subclass implementations.AbstractMultiValuedMap Abstract implementation of theMultiValuedMapinterface to simplify the creation of subclass implementations.AbstractMultiValuedMapDecorator Decorates anotherMultiValuedMapto provide additional behaviour.AbstractSetValuedMap Abstract implementation of theSetValuedMapinterface to simplify the creation of subclass implementations.TransformedMultiValuedMap Decorates anotherMultiValuedMapto transform objects that are added.UnmodifiableMultiValuedMap Decorates anotherMultiValuedMapto ensure it can't be altered.