Package org.faktorips.util
Interface MultiMap.CollectionFactory<V>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MultiMap.ArrayListFactory,MultiMap.HashSetFactory,MultiMap.LinkedHashSetFactory,SortedMultiMap.SortedSetFactory
Factory for creating collection instances to be used as values in a
MultiMap.-
Method Summary
-
Method Details
-
createCollection
Collection<V> createCollection()Creates collections that are used as values in aMultiMap
-