代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/199854/7818215
pas untpooler.pas
unit untPooler;
interface
uses
ComObj, ActiveX, Classes, SyncObjs, Windows, ServerMain_TLB;
type
{
This is the pooler class. It is responsible for managing the pooled RDMs.
It impl
www.eeworm.com/read/124426/6047670
java testactionhandler.java
package org.jbpm.model.definition.impl;
import org.jbpm.delegation.*;
public class TestActionHandler implements ActionHandler {
public void execute(ExecutionContext executionContext) {
}
www.eeworm.com/read/124426/6047671
java configurableactionhandler.java
package org.jbpm.model.definition.impl;
import org.jbpm.delegation.*;
public class ConfigurableActionHandler implements ActionHandler, Configurable {
private String configuration = null;
www.eeworm.com/read/119340/6090406
java resourcedownloaderurlimpl.java
/*
* File : TorrentDownloader2Impl.java
* Created : 27-Feb-2004
* By : parg
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/119340/6090411
java resourcedownloaderbaseimpl.java
/*
* File : TorrentDownloader2Impl.java
* Created : 27-Feb-2004
* By : parg
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/409736/11315016
cc eg3_tieimpl.cc
// eg3_tieimpl.cc - This example is similar to eg3_impl.cc except that
// the tie implementation skeleton is used.
//
// This is the object implementation.
//
// Us
www.eeworm.com/read/249894/12463190
cs lruobjectcache.cs
namespace Perst.Impl
{
using System;
using Perst;
public class LruObjectCache : OidHashTable
{
internal Entry[] table;
internal const float loadFactor = 0.75f
www.eeworm.com/read/249894/12463303
cs weakhashtable.cs
namespace Perst.Impl
{
using System;
using Perst;
public class WeakHashTable : OidHashTable
{
internal Entry[] table;
internal const float loadFactor = 0.75f;
www.eeworm.com/read/249894/12463376
cs xmlimporter.cs
namespace Perst.Impl
{
using System;
using System.Collections;
using System.Reflection;
using Perst;
public class XMLImporter
{
public XMLImporter(StorageImp
www.eeworm.com/read/249894/12463461
cs oidhashtable.cs
namespace Perst.Impl
{
using Perst;
public interface OidHashTable {
bool remove(int oid);
void put(int oid, IPersistent obj);
IPersistent get(int