代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/249895/4444827
java blobimpl.java
package org.garret.perst.impl;
import org.garret.perst.*;
public class BlobImpl extends PersistentResource implements Blob {
int size;
BlobImpl next;
byte[]
www.eeworm.com/read/249895/4444838
java genericsortarray.java
package org.garret.perst.impl;
public interface GenericSortArray {
int size();
int compare(int i, int j);
void swap(int i, int j);
}
www.eeworm.com/read/249895/4444866
java pagepool.java
package org.garret.perst.impl;
import org.garret.perst.*;
class PagePool {
LRU lru;
Page freePages;
Page hashTable[];
int poolSize;
boolean autoExtended;
www.eeworm.com/read/249895/4444874
java page.java
package org.garret.perst.impl;
class Page extends LRU implements Comparable {
Page collisionChain;
int accessCount;
int writeQueueIndex;
int state;
long offs;
byte
www.eeworm.com/read/249895/4444960
java storage.java
package org.garret.perst;
import java.util.*;
import org.garret.perst.impl.ThreadTransactionContext;
/**
* Object storage
*/
public interface Storage {
/**
* Constant specifyin
www.eeworm.com/read/249895/4444968
java storagefactory.java
package org.garret.perst;
import org.garret.perst.impl.*;
/**
* Storage factory
*/
public class StorageFactory {
/**
* Create new instance of the storage
* @return new instan
www.eeworm.com/read/249895/4444985
java blobimpl.java
package org.garret.perst.impl;
import org.garret.perst.*;
public class BlobImpl extends PersistentResource implements Blob {
int size;
BlobImpl next;
byte[]
www.eeworm.com/read/249895/4444991
java genericsortarray.java
package org.garret.perst.impl;
public interface GenericSortArray {
int size();
int compare(int i, int j);
void swap(int i, int j);
}
www.eeworm.com/read/249895/4445006
java pagepool.java
package org.garret.perst.impl;
import org.garret.perst.*;
class PagePool {
LRU lru;
Page freePages;
Page hashTable[];
int poolSize;
boolean autoExtended;
www.eeworm.com/read/249895/4445080
java storagefactory.java
package org.garret.perst;
import org.garret.perst.impl.*;
/**
* Storage factory
*/
public class StorageFactory {
/**
* Create new instance of the storage
* @return new instan