代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/380073/2663898
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/373842/2757446
java symbolloader.java
/*
* A Symbol Loader to register all prototype instance
*/
import java.util.*;
public class SymbolLoader {
private Hashtable symbols = new Hashtable();
public SymbolLoader() {
www.eeworm.com/read/352920/3091987
jbx forbid.jbx
[PropertyInfo]
forbidipHm,HashMap,false,false, , ,false,
forbidwordsHm,HashMap,false,false, , ,false,
instance,Forbid,false,false, , ,false,
[IconNames]
www.eeworm.com/read/255418/4376036
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/255418/4376039
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/475079/6802411
java counteritem.java
import javax.microedition.lcdui.*;
// A custom component for MIDP 2.0 that wraps
// a CounterArea instance.
public class CounterItem extends CustomItem
implements Coun
www.eeworm.com/read/172677/9696757
h docdata.h
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData
www.eeworm.com/read/172677/9696833
h docdata.h
// docdata.h : include file for document specific data
// an instance of this class is automatically created
// and managed by the AsdkDataManager class
// see the AsdkDmgr.h DocData
www.eeworm.com/read/366806/9797148
java newcustomerexample.java
import java.sql.*;
public class NewCustomerExample
{
// Private Instance variable for the Connection
private Connection conn = null;
// Default Constructor
public NewCustomerExample( Connect