}
};
constructors[CONTAINS_VALUE] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapContainsValueRequest();
}
};
constructors[REMOVE] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {