}
};
constructors[COMPARE_AND_REMOVE] = new ConstructorFunction<Integer, Portable>() {
@Override
public Portable createNew(Integer arg) {
return new CompareAndRemoveRequest();
}
};
constructors[CLEAR] = new ConstructorFunction<Integer, Portable>() {
@Override
public Portable createNew(Integer arg) {