UML TemplateParameter and placeholder tokens
I am trying to understand how the UML specifies templates. In general, templates whose parameters are not bound to concrete types are represented in most programming languages with a notation including placeholder strings, i.e. the T
, K
or V
in List<T>
or Map<K,V>
.