com.ideanest.util
Class CollectionValuedMultiMap.ClonedCollectionFactory
java.lang.Object
|
+--com.ideanest.util.CollectionValuedMultiMap.ClonedCollectionFactory
- All Implemented Interfaces:
- CollectionValuedMultiMap.CollectionFactory, java.io.Serializable
- Enclosing class:
- CollectionValuedMultiMap
- public static class CollectionValuedMultiMap.ClonedCollectionFactory
- extends java.lang.Object
- implements CollectionValuedMultiMap.CollectionFactory, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionValuedMultiMap.ClonedCollectionFactory
public CollectionValuedMultiMap.ClonedCollectionFactory(java.util.Collection prototypeCollection)
createValueCollection
public java.util.Collection createValueCollection()
- Specified by:
createValueCollection in interface CollectionValuedMultiMap.CollectionFactory
|