java - Representing LinkedLists in UML diagrams? -


wondering format represent state of class inside uml diagram

private linkedlist<string> list; 

thanks time

it's property multiplicity of 0..* , type string. don't design linked list in uml, use 1 implement association.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -