Book a Demo

Author Topic: How to model in UML Map of List  (Read 4042 times)

Jakub

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
How to model in UML Map of List
« on: September 23, 2013, 08:19:11 pm »
Hi,

sorry for probably elementary question: How to model Map of List in UML. Suppose I have in java code:

Map<String, List<String>> removedElements = new HashMap<String, List<String>>;

I am a bit strugling with that
Thanks

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: How to model in UML Map of List
« Reply #1 on: September 23, 2013, 09:59:30 pm »
Hi,

just write the code in Java. Import / Reverse Engineer it with EA and have a look what EA has created.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)