I have a MyServer class that contains a Map whose keys are MyClientType objects and whose values are MyClient objects. I\'d like to depict this relationship in a class diagr
MyServer | | | Map | | | | | MyClientTypeKey MyClientType
Should it not be quite simple like above?