K - the class of the keyV - the class of the elements held in the listpublic class MapToList<K,V> extends MapToCollection<K,V>
| Constructor and Description |
|---|
MapToList() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<V> |
createValuesCollection()
This is a factory method for nested collections
|
public MapToList()
protected Collection<V> createValuesCollection()
MapToCollectioncreateValuesCollection in class MapToCollection<K,V>MapToCollection.createValuesCollection()Copyright © 2001–2018 MDA Tools. All rights reserved.