Content deleted Content added
m →top: plain image for readablity of SVG |
Garageatrois (talk | contribs) Current phrasing was ambiguous. It made it sound as though the multiton itself was the design pattern which managed single instances, rather than the singleton. |
||
Line 1:
{{Plain image with caption|Image:Multiton.svg|UML diagram of the multiton}}
In [[software engineering]], the '''multiton pattern''' is a [[design pattern (computer science)|design pattern]]
Rather than having a single instance ''per application'' (e.g. the {{Javadoc:SE|package=java.lang|java/lang|Runtime}} object in the [[Java (programming language)|Java programming language]]) the multiton pattern instead ensures a single instance ''per key''.
|