return new ClearRequest();
}
};
constructors[CONTAINS_ENTRY] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new ContainsEntryRequest();
}
};
constructors[COUNT] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new CountRequest();