com.ideanest.util
Class CollectionValuedMultiMap
java.lang.Object
|
+--com.ideanest.util.AbstractMultiMap
|
+--com.ideanest.util.CollectionValuedMultiMap
- All Implemented Interfaces:
- MultiMap, java.io.Serializable
- Direct Known Subclasses:
- WrapperMultiMap
- public abstract class CollectionValuedMultiMap
- extends AbstractMultiMap
Insert the type's description here.
- Version:
- 1.1, 2002-03-10
- Author:
- Piotr Kaminski (piotr@ideanest.com)
- See Also:
- Serialized Form
Methods inherited from class com.ideanest.util.AbstractMultiMap |
add, addAll, addAll, clear, contains, containsKey, containsValue, equals, hashCode, isEmpty, remove, remove, size, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CollectionValuedMultiMap
public CollectionValuedMultiMap(CollectionValuedMultiMap.CollectionFactory collectionFactory)
|