Difference between revisions of "Singleton"
From Maths
(Created page with "{{Disambiguation}} * Singleton (set theory) - a set with one element, {{M|\{x\} }} is the ''singleton'' containing just {{M|x}}. * Singleton (programming) - a name giv...") |
(No difference)
|
Latest revision as of 17:53, 17 February 2017
Disambiguation
This page lists articles associated with the same title.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
Singleton may refer to:
- Singleton (set theory) - a set with one element, [ilmath]\{x\} [/ilmath] is the singleton containing just [ilmath]x[/ilmath].
- Singleton (programming) - a name given to a type of which there can only be one global instance of. Extended to one instance of per-thread (see thread-local)