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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -