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.AbstractMultiValuedMap.AsMap Inner class that provides the AsMap view.AbstractMultiValuedMap.EntryValues Inner class that provides the Entryview AbstractMultiValuedMap.WrappedCollection Wrapped collection to handle add and remove on the collection returned by get(object).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.