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

Constructor Summary
CollectionValuedMultiMap.ClonedCollectionFactory(java.util.Collection prototypeCollection)
           
 
Method Summary
 java.util.Collection createValueCollection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionValuedMultiMap.ClonedCollectionFactory

public CollectionValuedMultiMap.ClonedCollectionFactory(java.util.Collection prototypeCollection)
Method Detail

createValueCollection

public java.util.Collection createValueCollection()
Specified by:
createValueCollection in interface CollectionValuedMultiMap.CollectionFactory