代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/318815/3562705
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throws
www.eeworm.com/read/318815/3562721
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/314938/3628440
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throws
www.eeworm.com/read/314938/3628456
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/307661/3721659
java singletonb.java
/**
* A new Singleton use registry
*/
import java.util.*;
public class SingletonB {
static private Hashtable registry = new Hashtable();
//static private SingletonB instance;
www.eeworm.com/read/306483/3738197
asv librerias.asv
function varargout = librerias(varargin)
% LIBRERIAS M-file for librerias.fig
% LIBRERIAS, by itself, creates a new LIBRERIAS or raises the existing
% singleton*.
%
% H = LIBRERIAS
www.eeworm.com/read/287078/4030849
h logger.h
/**
* Logger.h
*
* Definition of a singleton logger class, implemented with static methods.
*/
#include
#include
#include
class Logger
{
public:
stati
www.eeworm.com/read/283473/4078711
java singletonb.java
/**
* A new Singleton use registry
*/
import java.util.*;
public class SingletonB {
static private Hashtable registry = new Hashtable();
//static private SingletonB instance;
www.eeworm.com/read/403517/2310016
asv librerias.asv
function varargout = librerias(varargin)
% LIBRERIAS M-file for librerias.fig
% LIBRERIAS, by itself, creates a new LIBRERIAS or raises the existing
% singleton*.
%
% H = LIBRERIAS
www.eeworm.com/read/397826/2399836
java client.java
package com.javapatterns.singleton.mxrecord;
public class Client
{
/**
* @directed
*/
private static MXList mxl;
public static void main(String[] args)
throw