Content deleted Content added
Changing short description from "Design pattern, similar to the singleton, but allowing more than one instance of a class to be created" to "Software engineering design pattern" (Shortdesc helper) |
sources for GoF, can't find a source that says "registry of singletons" is actually the same pattern though |
||
Line 5:
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''.
==Description==
|