代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/243866/4518928
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throw
www.eeworm.com/read/243866/4518945
java regsingletonchild.java
package com.javapatterns.singleton.demos;
/**
* This class is a subclass of RegSingleton
*/
import java.util.HashMap;
public class RegSingletonChild extends RegSingleton
{
public Re
www.eeworm.com/read/241710/4558877
cs spooler.cs
using System;
namespace singleSpooler
{
///
/// Prototype of Spooler Singleton
/// such that only one instane can ever exist.
///
public class Spooler {
static b
www.eeworm.com/read/240529/4573116
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throw
www.eeworm.com/read/240529/4573133
java regsingletonchild.java
package com.javapatterns.singleton.demos;
/**
* This class is a subclass of RegSingleton
*/
import java.util.HashMap;
public class RegSingletonChild extends RegSingleton
{
public Re
www.eeworm.com/read/230232/4723804
cs spooler.cs
using System;
namespace singleSpooler
{
///
/// Prototype of Spooler Singleton
/// such that only one instane can ever exist.
///
public class Spooler {
static b
www.eeworm.com/read/226270/4786419
java gamecontrolkeysetdummy.java
package net.java.gamebase.core;
/**
* do nothing control key set, that implements a singleton
*
* @author hlima
*
*/
public class GameControlKeySetDummy extends GameControlKeySet {
pr
www.eeworm.com/read/213767/4912700
rb just_presumed_ham.rb
module ContentState
class JustPresumedHam < PresumedHam
include Singleton
def memento
'ContentState::PresumedHam'
end
def enter_hook(content)
logger.debug("#{content}
www.eeworm.com/read/185070/5241941
cs spooler.cs
using System;
namespace singleSpooler
{
///
/// Prototype of Spooler Singleton
/// such that only one instane can ever exist.
///
public class Spooler {
static b
www.eeworm.com/read/347759/3163692
java clipboard.java
/*
* @(#)Clipboard.java 5.2
*
*/
package CH.ifa.draw.util;
/**
* A temporary replacement for a global clipboard.
* It is a singleton that can be used to store and
* get the contents