代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/373842/2757495

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/371651/2779410

java setscreen.java

import javax.microedition.lcdui.* ; public class SetScreen extends Form implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/371651/2779414

java mainscreen.java

import javax.microedition.lcdui.* ; public class MainScreen extends List implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/371651/2779415

java gamescreen.java

import javax.microedition.lcdui.* ; public class GameScreen extends Canvas implements CommandListener { private static Displayable instance ; synchronized public static Displayable getInstance()
www.eeworm.com/read/361182/2952182

cs olekeymanager.cs

namespace Imps.Client.Pc.BizControls { using System; public class OleKeyManager { private int _index = 0; private static OleKeyManager _instance = new OleKeyManage
www.eeworm.com/read/352920/3091965

jbx runtimconstant.jbx

[PropertyInfo] instance,RunTimConstant,false,false, , ,false, queue,com.laoer.bbscs.sys.Queue,false,false,queue,queue,true, [IconNames]
www.eeworm.com/read/262636/4310363

java goodpackhome.java

package sessEJB; /** * Home interface for Enterprise Bean: GoodPack */ public interface GoodPackHome extends javax.ejb.EJBHome { /** * Creates a default instance of Session Bean: GoodPack
www.eeworm.com/read/254049/4388915

help

www.eeworm.com/read/474102/6832762

java aboutdialog.java

import java.awt.*; import javax.swing.*; /** * * @author Administrator */ public class AboutDialog extends JDialog { /** Creates a new instance of AboutDialog */ public AboutDi
www.eeworm.com/read/366806/9797152

java customer.java

public class Customer { // Default Constructor public Customer() { super(); } // Private Instance Variables private String id; private String name; private String city; private