Generally, a singleton is something which exists alone in some way. The word is used in several different areas:

  1. Singletons are single babies (as opposed to twins or other multiple births)
  2. In mathematics, a singleton is a set with exactly one element. See singleton (mathematics).
  3. In computer programming, a singleton is a common design pattern. It refers to a class which is meant to be instanced once, and only once. It is much like a global variable in functional programming, but a "global class-instance" instead. See Singleton pattern.
  4. In the wake of the popularity of the novel and movie Bridget Jones's Diary, the word has also become popular as a (self)description of individuals without romantic partners, particularly applied to 20/30-something females. There is an undertone to this use of ignoring societal pressures towards partnerships.
  5. In trick-taking games where suit is important, such as contract bridge, Hearts, and Ambition, if a hand contains only one card of a particular suit, that card is called a singleton. Certain bidding systems (notably Acol) add notional value to the hand for a short suit of this type since it exposes the possibility of trumping. Similarly, holding a "singleton Queen" (of Spades) in Hearts is a very disadvantageous position.
  6. Singleton, Australia, a place in New South Wales

This is a disambiguation page; that is, one that just points to other pages that might otherwise have the same name. If you followed a link here, you might want to go back and fix the link, so that it points to the appropriate page.