代码搜索:impl

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

代码结果 10,000
www.eeworm.com/read/195993/5106050

java btreecallback.java

package net.jxta.impl.xindice.core.filer; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and
www.eeworm.com/read/195993/5106051

java dbobject.java

package net.jxta.impl.xindice.core; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in
www.eeworm.com/read/195993/5106053

java xindiceexception.java

package net.jxta.impl.xindice.util; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in
www.eeworm.com/read/195993/5106054

java named.java

package net.jxta.impl.xindice.util; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in
www.eeworm.com/read/195993/5106055

java debug.java

package net.jxta.impl.xindice; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in sour
www.eeworm.com/read/187753/5216579

java singlepluginloader.java

package com.opensymphony.tonic.loaders; import com.opensymphony.tonic.ModuleDescriptorFactory; import com.opensymphony.tonic.impl.StaticPlugin; import com.opensymphony.tonic.PluginParseException;
www.eeworm.com/read/187753/5216615

java memorypluginstatestore.java

package com.opensymphony.tonic.impl; import com.opensymphony.tonic.PluginStateStore; import com.opensymphony.tonic.PluginManagerState; /** * A basic tonic state store that stores state in mem
www.eeworm.com/read/187753/5216616

java dynamicplugin.java

package com.opensymphony.tonic.impl; import com.opensymphony.tonic.loaders.classloading.DeploymentUnit; import java.io.InputStream; public class DynamicPlugin extends StaticPlugin { pri
www.eeworm.com/read/187386/5223928

java usermanager.java

package examples.shop.logic; import java.util.List; import examples.shop.impl.entity.Customer; /** * This is the UserManager interface. */ public interface UserManager { /** * It uses t
www.eeworm.com/read/187386/5223930

java pricer.java

package examples.shop.logic; import java.util.List; import examples.shop.impl.entity.LineItem; /** * These are the business logic methods exposed publicly by the * Pricer component, a fun